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 = 'vi' 
WHERE 
  sd.section = 'A' 
  AND sd.status = 'A' 
  AND sd.param_5 = '7' 
ORDER BY 
  sd.position

Query time 0.00181

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 = '7'"
            }
          }
        }
      },
      {
        "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 = 'vi')"
        }
      }
    ]
  }
}

Result

param_id param descr param_2 param_3 param_4 param_5 param_6 status position parent_id id_path class
198 Câu chuyện của chúng tôi A:47:Y 7 N A 0 0 198
200 /quy-che-hoat-dong Quy chế hoạt động 7 Y A 1 0 200
201 /chinh-sach-bao-mat-thong-tin Chính Sách Bảo Mật Thông Tin 7 Y A 2 0 201
199 /chinh-sach-thanh-toan Chính Sách Bảo Mật Thanh Toán 7 Y A 3 0 199
202 /marketing/chinh-sach-khieu-nai.pdf Chính Sách Giải Quyết Khiếu Nại 7 Y A 6 0 202
203 https://docs.google.com/forms/d/1sdbqxvD6kbnnYwt_9GmOPHavfClHFFP4yvJwGCVG63c/edit Bán hàng cùng CHUS 7 N A 7 0 203