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.banner_id, 
  sd.mm_text, 
  sd.banner_txt 
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 = '8' 
ORDER BY 
  sd.position

Query time 0.00064

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "sd.position",
            "table": {
              "table_name": "sd",
              "access_type": "ALL",
              "possible_keys": ["section"],
              "rows": 105,
              "filtered": 81.90476227,
              "attached_condition": "sd.section = 'A' and sd.`status` = 'A' and sd.param_5 = '8'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "cscart_static_data_descriptions",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["param_id", "lang_code"],
          "ref": ["live_clonned.sd.param_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_static_data_descriptions.lang_code = 'en')"
        }
      }
    ]
  }
}

Result

param_id param descr param_2 param_3 param_4 param_5 param_6 status position parent_id id_path class banner_id mm_text banner_txt
243 /clothes/ CLOTHING 8 N A 0 220 220/243 font-medium 0
297 vendor_directory.vendor_directory VENDOR DIRECTORY 8 N A 0 0 297 0
246 Clothing C:266:Y 8 N A 0 221 221/246
294 BAGS C:371:N 8 N A 0 220 220/294 0
295 /clothes/marcas-mexicanas/ Marcas Mexicanas 8 N A 0 243 220/243/295 0
296 /clothes/second-hand/ Second Hand 8 N A 0 243 220/243/296 0
247 Shoes C:338:Y 8 N A 10 221 221/247
245 ACCESSORIES C:364:Y 8 N A 20 220 220/245 0
248 Accessories C:343:Y 8 N A 20 221 221/248
299 pages.view&page_id=7 The Blog 8 N A 30 0 299 0
298 Our Story A:102:Y 8 N A 50 0 298 0