SELECT 
  c.* 
FROM 
  cscart_bm_containers as c 
WHERE 
  1 
  AND c.location_id = 108 
  AND c.company_id = 9

Query time 0.00034

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "c",
      "access_type": "ref",
      "possible_keys": [
        "location_id",
        "location_id_company_id",
        "location_id_position_company_id"
      ],
      "key": "location_id_company_id",
      "key_length": "7",
      "used_key_parts": ["location_id", "company_id"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}