SELECT 
  c.* 
FROM 
  cscart_bm_containers as c 
WHERE 
  1 
  AND c.location_id = 224

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.60"
    },
    "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",
      "used_key_parts": [
        "location_id"
      ],
      "key_length": "3",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "3.00",
        "eval_cost": "0.60",
        "prefix_cost": "3.60",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "container_id",
        "location_id",
        "position",
        "width",
        "user_class",
        "linked_to_default",
        "status",
        "company_id"
      ]
    }
  }
}

Result

container_id location_id position width user_class linked_to_default status company_id
893 224 TOP_PANEL 16 Y A 0
894 224 HEADER 16 Y A 0
895 224 CONTENT 16 cat-content-grid Y A 0
896 224 FOOTER 16 Y A 0