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

Query time 0.00362

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": 64,
              "filtered": 84.375,
              "attached_condition": "sd.section = 'A' and sd.`status` = 'A' and sd.param_5 = '3'"
            }
          }
        }
      },
      {
        "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": ["dev_db.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
169 Help Center A:49:Y 3 Y A 0 0 169
206 index.php?dispatch=dosiin_blogs.index Blog CHUS 3 Y A 1 0 206
207 How to buy A:50:Y 3 Y A 2 0 207
209 Shipping A:51:Y 3 Y A 4 0 209
205 Return & Refund A:55:Y 3 N A 5 0 205
210 Contact Us A:60:Y 3 Y A 6 0 210