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 
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 = '1' 
ORDER BY 
  sd.position

Query time 0.00028

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.053391563,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "sd.position",
            "table": {
              "table_name": "sd",
              "access_type": "ALL",
              "possible_keys": ["section"],
              "loops": 1,
              "rows": 30,
              "cost": 0.0157448,
              "filtered": 80,
              "attached_condition": "sd.section = 'A' and sd.`status` = 'A' and sd.param_5 = '1'"
            }
          }
        }
      },
      {
        "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": ["u428615623_ecartifygonje.sd.param_id", "const"],
          "loops": 24,
          "rows": 1,
          "cost": 0.02228576,
          "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
198 /welcome-to-gonje-marketplace/how-to-signup-as-a-customer-on-the-gonje-marketplace How to 1 N A 0 0 198
152 /elevate-your-shopping-experience-with-gonjes-b2c-module/ Our blog 1 N A 10 0 152
160 companies.apply_for_vendor Become a seller 1 A 50 0 160
163 companies.catalog Vendors 1 A 60 0 163
200 /suppliers Suppliers 1 N A 70 0 200