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 (77, 78, 83, 80) 
ORDER BY 
  g.order, 
  g.parent_id, 
  g.grid_id ASC

Query time 0.00087

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "27.21"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "9.82"
      },
      "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",
            "cost_info": {
              "read_cost": "4.81",
              "eval_cost": "0.80",
              "prefix_cost": "5.61",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "container_id",
              "location_id",
              "position",
              "width",
              "user_class",
              "linked_to_default",
              "status",
              "company_id"
            ],
            "attached_condition": "(`twebezli_Commercemodalpopup`.`c`.`container_id` in (77,78,83,80))"
          }
        },
        {
          "table": {
            "table_name": "g",
            "access_type": "ref",
            "possible_keys": [
              "container_id"
            ],
            "key": "container_id",
            "used_key_parts": [
              "container_id"
            ],
            "key_length": "3",
            "ref": [
              "twebezli_Commercemodalpopup.c.container_id"
            ],
            "rows_examined_per_scan": 2,
            "rows_produced_per_join": 9,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "9.82",
              "eval_cost": "1.96",
              "prefix_cost": "17.40",
              "data_read_per_join": "7K"
            },
            "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
80 20 FOOTER 16 ath_s_add_border ath_s__side_margins Y A 0 94 0 0 0 1 1 FULL_WIDTH div 1
80 20 FOOTER 16 ath_s__in-line ath_s__side_margins Y A 0 95 0 0 0 1 1 FULL_WIDTH div 1
80 20 FOOTER 16 ath_s__in-line ath_s__side_margins Y A 0 96 0 0 0 1 1 FULL_WIDTH div 1
80 20 FOOTER 16 ath_s_copyright ath_s_add_border--top ath_s__side_margins Y A 0 103 0 0 0 1 1 FULL_WIDTH div 1
78 20 HEADER 16 ath_s__horizontal-centering ath_s__side_margins Y A 0 108 0 0 0 1 1 FULL_WIDTH div 1
78 20 HEADER 16 ath_s_add_border ath_s__side_margins Y A 0 109 0 0 0 1 1 FULL_WIDTH div 1
77 20 TOP_PANEL 16 ath_s__side_margins Y A 0 110 0 0 0 1 1 FULL_WIDTH div 1
83 21 CONTENT 16 Y A 0 113 0 0 0 1 1 FULL_WIDTH div 1
83 21 CONTENT 16 Y A 0 114 0 0 0 1 1 FULL_WIDTH div 1
83 21 CONTENT 16 Y A 0 115 0 0 0 1 1 FULL_WIDTH div 1
80 20 FOOTER 4 Y A 0 97 96 0 0 0 1 FULL_WIDTH div 0
80 20 FOOTER 4 Y A 0 100 96 0 0 0 0 FULL_WIDTH div 0
80 20 FOOTER 4 Y A 0 101 96 0 0 0 0 FULL_WIDTH div 0
80 20 FOOTER 4 Y A 0 102 96 0 0 1 0 FULL_WIDTH div 1
80 20 FOOTER 4 Y A 0 98 97 0 0 1 1 FULL_WIDTH div 1
80 20 FOOTER 4 ath_footer_lac Y A 0 99 97 0 0 1 1 LEFT div 1
80 20 FOOTER 10 Y A 0 104 103 0 0 0 1 FULL_WIDTH div 0
80 20 FOOTER 6 ty-right Y A 0 105 103 0 0 1 0 FULL_WIDTH div 1
77 20 TOP_PANEL 8 Y A 0 111 110 0 0 0 1 FULL_WIDTH div 0
77 20 TOP_PANEL 8 hidden-phone Y A 0 112 110 0 0 1 0 RIGHT div 1