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

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",
      "key_length": "3",
      "used_key_parts": ["location_id"],
      "ref": ["const"],
      "rows": 4,
      "filtered": 100
    }
  }
}

Result

container_id location_id position width user_class linked_to_default status company_id
613 154 TOP_PANEL 16 top-grid ty-top-panel-grid-responsive Y A 0
614 154 HEADER 16 header-grid ty-header-grid-responsive Y A 0
615 154 CONTENT 16 content-grid Y A 0
616 154 FOOTER 16 ty-footer-grid ty-footer-grid-responsive Y A 0