SELECT 
  sd.param_id, 
  sd.param, 
  cscart_static_data_descriptions.descr, 
  sd.param_2, 
  sd.param_3, 
  sd.param_4, 
  sd.param_5, 
  sd.param_6, 
  sd.status, 
  sd.position, 
  sd.parent_id, 
  sd.id_path, 
  sd.class, 
  sd.banners 
FROM 
  cscart_static_data AS sd 
  LEFT JOIN cscart_static_data_descriptions ON sd.param_id = cscart_static_data_descriptions.param_id 
  AND cscart_static_data_descriptions.lang_code = 'en' 
WHERE 
  sd.section = 'A' 
  AND sd.status = 'A' 
  AND sd.param_5 = '2' 
ORDER BY 
  sd.position

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.34"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "sd",
            "access_type": "ref",
            "possible_keys": [
              "section"
            ],
            "key": "section",
            "used_key_parts": [
              "section",
              "status"
            ],
            "key_length": "6",
            "ref": [
              "const",
              "const"
            ],
            "rows_examined_per_scan": 44,
            "rows_produced_per_join": 4,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "1.40",
              "eval_cost": "0.44",
              "prefix_cost": "5.80",
              "data_read_per_join": "31K"
            },
            "used_columns": [
              "param_id",
              "param",
              "param_2",
              "param_3",
              "param_4",
              "param_5",
              "class",
              "section",
              "status",
              "position",
              "parent_id",
              "id_path",
              "param_6",
              "banners"
            ],
            "attached_condition": "(`cscart_db`.`sd`.`param_5` = '2')"
          }
        },
        {
          "table": {
            "table_name": "cscart_static_data_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "param_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "cscart_db.sd.param_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "1.10",
              "eval_cost": "0.44",
              "prefix_cost": "7.34",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "param_id",
              "lang_code",
              "descr"
            ]
          }
        }
      ]
    }
  }
}

Result

param_id param descr param_2 param_3 param_4 param_5 param_6 status position parent_id id_path class banners
258 https://www.kindlife.in/kbeauty Korean Beauty C:1677:N 2 N A 1 0 258 menu-banner-link 412,413
247 https://www.kindlife.in/skincare-l/ Skin C:2685:N 2 N A 2 0 247
248 https://www.kindlife.in/makeup Makeup C:2711:N 2 N A 3 0 248
249 https://www.kindlife.in/hair Hair C:2743:N 2 N A 4 0 249
250 https://www.kindlife.in/bath-and-body/ Bath and Body C:2768:N 2 N A 5 0 250
251 https://www.kindlife.in/supplements Supplements C:2669:N 2 N A 6 0 251
252 https://www.kindlife.in/snack-stack/ Snack Stack C:458:N 2 N A 7 0 252
218 https://www.kindlife.in/cokodive cokodive 2 N A 9 0 218 ty-menu-item__cokodive
220 Skincare C:2289:N 2 N A 10 196 196/220
229 https://www.kindlife.in/korean-beauty/makeup/lips-en Lips 2 N A 10 228 196/228/229
159 https://www.kindlife.in/index.php?dispatch=product_features.view_all&filter_id=19 Brands 2 N A 10 0 159 ty-menu-item__brands
228 Makeup C:2291:N 2 N A 20 196 196/228
222 https://www.kindlife.in/korean-beauty/skincare/toners Toners 2 N A 20 220 196/220/222
231 https://www.kindlife.in/korean-beauty/makeup/face/ Face 2 N A 30 228 196/228/231
223 https://www.kindlife.in/korean-beauty/skincare/face-serums-and-oils/ Face Serums & Oils 2 N A 30 220 196/220/223
224 https://www.kindlife.in/korean-beauty/skincare/moisturisers-en Exfoliants 2 N A 40 220 196/220/224
225 https://www.kindlife.in/korean-beauty/skincare/moisturisers Moisturisers 2 N A 50 220 196/220/225
226 https://www.kindlife.in/korean-beauty/skincare/sun-care/ Sun Care 2 N A 60 220 196/220/226
227 https://www.kindlife.in/korean-beauty/skincare/face-masks-en/ Face Masks 2 N A 70 220 196/220/227