SELECT 
  c.* 
FROM 
  tmall_bm_containers as c 
WHERE 
  1 
  AND c.location_id = 94 
  AND c.company_id = 0

Query time 0.00781

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.005726018,
    "nested_loop": [
      {
        "table": {
          "table_name": "c",
          "access_type": "ref",
          "possible_keys": [
            "location_id",
            "location_id_company_id",
            "location_id_position_company_id"
          ],
          "key": "location_id",
          "key_length": "3",
          "used_key_parts": ["location_id"],
          "ref": ["const"],
          "loops": 1,
          "rows": 4,
          "cost": 0.005726018,
          "filtered": 100,
          "attached_condition": "c.company_id = 0"
        }
      }
    ]
  }
}

Result

container_id location_id position width user_class linked_to_default status company_id
373 94 TOP_PANEL 16 Y A 0
374 94 HEADER 16 Y A 0
375 94 CONTENT 16 content-grid Y A 0
376 94 FOOTER 16 Y A 0