SELECT 
  * 
FROM 
  cscart_bm_containers as c 
  LEFT JOIN cscart_bm_grids as g ON g.container_id = c.container_id 
WHERE 
  1 
  AND g.container_id IN (153, 154, 91, 156) 
ORDER BY 
  g.order, 
  g.parent_id, 
  g.grid_id ASC

Query time 0.00595

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "24.41"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "16.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "c",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "container_id"
            ],
            "key_length": "3",
            "rows_examined_per_scan": 4,
            "rows_produced_per_join": 4,
            "filtered": "100.00",
            "index_condition": "(`wearethehelpful_scalesta_net`.`c`.`container_id` in (153,154,91,156))",
            "cost_info": {
              "read_cost": "2.41",
              "eval_cost": "0.40",
              "prefix_cost": "2.81",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "container_id",
              "location_id",
              "position",
              "width",
              "user_class",
              "linked_to_default",
              "status",
              "company_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "g",
            "access_type": "ref",
            "possible_keys": [
              "container_id"
            ],
            "key": "container_id",
            "used_key_parts": [
              "container_id"
            ],
            "key_length": "3",
            "ref": [
              "wearethehelpful_scalesta_net.c.container_id"
            ],
            "rows_examined_per_scan": 4,
            "rows_produced_per_join": 16,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "4.00",
              "eval_cost": "1.60",
              "prefix_cost": "8.41",
              "data_read_per_join": "12K"
            },
            "used_columns": [
              "grid_id",
              "container_id",
              "parent_id",
              "order",
              "width",
              "offset",
              "user_class",
              "omega",
              "alpha",
              "wrapper",
              "content_align",
              "html_element",
              "clear",
              "status"
            ]
          }
        }
      ]
    }
  }
}

Result

container_id location_id position width user_class linked_to_default status company_id grid_id parent_id order offset omega alpha wrapper content_align html_element clear
153 39 TOP_PANEL 16 N A 0 187 0 0 0 1 1 RIGHT div 1
154 39 HEADER 16 top-menu-grid hidden-phone hidden-tablet N A 0 188 0 0 0 1 1 FULL_WIDTH div 1
156 39 FOOTER 16 ty-footer-grid__full-width ty-footer-menu Y A 0 198 0 0 0 1 1 FULL_WIDTH div 1
156 39 FOOTER 16 ty-footer-grid__full-width footer-copyright Y A 0 203 0 0 0 1 1 FULL_WIDTH div 1
91 23 CONTENT 16 content-grid bg-tertiary Y A 0 216 0 0 0 1 1 FULL_WIDTH div 1
154 39 HEADER 5 top-logo-grid N A 0 189 188 0 0 0 1 FULL_WIDTH div 0
154 39 HEADER 5 th-mobile-categories-grid N A 0 193 192 0 0 0 1 FULL_WIDTH div 0
156 39 FOOTER 6 Y A 0 199 198 0 0 0 1 FULL_WIDTH div 0
156 39 FOOTER 4 Y A 0 200 198 0 0 0 0 LEFT div 0
156 39 FOOTER 3 Y A 0 201 198 0 0 0 0 LEFT div 0
156 39 FOOTER 3 Y A 0 202 198 0 0 1 0 LEFT div 1
156 39 FOOTER 16 Y A 0 204 203 0 0 1 1 FULL_WIDTH div 1
154 39 HEADER 9 N A 0 190 188 1 0 0 0 FULL_WIDTH div 0
154 39 HEADER 6 N A 0 194 192 1 0 0 0 FULL_WIDTH div 0
154 39 HEADER 16 th-mobile-header hidden-desktop N A 0 192 0 2 0 1 1 FULL_WIDTH div 1
91 23 CONTENT 16 content-grid bg-gradient-custom banner Y A 0 217 0 2 0 1 1 FULL_WIDTH div 1
154 39 HEADER 5 th-mobile-right-grid N A 0 195 192 2 0 1 0 FULL_WIDTH div 1
154 39 HEADER 2 top-icons-grid N A 0 191 188 3 0 1 0 RIGHT div 1
91 23 CONTENT 16 Y A 0 131 0 4 0 1 1 FULL_WIDTH div 1
91 23 CONTENT 16 content-grid no-space-bottom Y A 0 1049 0 6 0 1 1 FULL_WIDTH div 1
91 23 CONTENT 16 main-content-grid section-space-top Y A 0 132 0 8 0 1 1 FULL_WIDTH div 1
91 23 CONTENT 16 content-grid Y A 0 218 0 10 0 1 1 FULL_WIDTH div 1