SELECT 
  pfv.variant_id, 
  pfv.position, 
  pfvd.variant 
FROM 
  cscart_product_feature_variants AS pfv 
  INNER JOIN cscart_product_feature_variant_descriptions AS pfvd ON pfv.variant_id = pfvd.variant_id 
  AND pfvd.lang_code = 'vi' 
WHERE 
  pfv.variant_id IN (
    84554, 84556, 84555, 84553, 84562, 84552, 
    84561, 84563, 84560, 84559, 84558, 
    84557
  )

Query time 0.00148

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "rows": 12,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (84554,84556,84555,84553,84562,84552,84561,84563,84560,84559,84558,84557)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["dev_db.pfv.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "pfvd.lang_code = 'vi'"
        }
      }
    ]
  }
}

Result

variant_id position variant
84552 1 ARIES - Bạch Dương
84553 2 TAURUS - Kim Ngưu
84554 3 GEMINI - Song Tử
84555 4 CANCER - Cự Giải
84556 5 LEO - Sư Tử
84557 6 VIRGO - Xử Nữ
84558 7 LIBRA - Thiên Bình
84559 8 SCORPIO - Thiên Yết
84560 9 SAGITARIUS - Nhân Mã
84561 10 CAPRICORN - Ma Kết
84562 11 AQUARIUS - Bảo Bình
84563 12 PISCES - Song Ngư