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 (
    68596, 68595, 68594, 68593, 68592, 68597, 
    87019, 87020, 69631, 69630, 69629, 
    69632, 70759, 72794, 72795, 73957, 
    73956, 73955, 73954, 73958, 73972, 
    73971, 73970, 73969, 73973, 74609, 
    74608, 74607, 74610, 87216, 80108, 
    80109, 87215, 87214, 82441, 87711, 
    87712, 87713
  )

Query time 0.00447

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": 38,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (68596,68595,68594,68593,68592,68597,87019,87020,69631,69630,69629,69632,70759,72794,72795,73957,73956,73955,73954,73958,73972,73971,73970,73969,73973,74609,74608,74607,74610,87216,80108,80109,87215,87214,82441,87711,87712,87713)"
        }
      },
      {
        "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
68592 0 LA ROSE
68593 0 SMOKE AND SOFA
68594 0 JOYFUL TIME
68595 0 CHILLIN’ NIGHT
68596 0 ESPRESSO
68597 0 SUNSET ON THE BEACH
69629 0 Sea Salt
69630 0 Mango
69631 0 Tropical
69632 0 T-Peach
70759 0 Thỏ trắng
72794 0 Size 15 x 15 cm
72795 0 Size 20 x 20 cm
73954 0 Yuque
73955 0 Xanadu
73956 0 Wooden
73957 0 Enchant
73958 0 Chillin
73969 0 Laziness
73970 0 Twilight
73971 0 Hygge
73972 0 Glamour
73973 0 Delighted
74607 0 Simple love
74608 0 Without you
74609 0 Soulmate
74610 0 Xoxo
80108 1 Enchant
80109 2 Xanadu
82441 2 Bình giữ nhiệt vỏ tre
87019 0 FIREPLACE
87020 0 PINE FOREST
87214 3 Chillin
87215 4 Wooden
87216 5 Yuque
87711 1 A5
87712 2 A4
87713 3 A3