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 (
    70183, 70182, 70181, 70180, 70179, 70178, 
    70177, 70176, 71589, 71588, 71587, 
    71586, 71585, 71590, 71601, 71600, 
    71599, 71598, 71602, 72337, 72336, 
    72338, 74591, 74593, 75462, 75461, 
    79032, 79033, 80579, 80578, 81269, 
    81270, 81495, 81496, 84338, 84337, 
    84343
  )

Query time 0.03578

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": 37,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (70183,70182,70181,70180,70179,70178,70177,70176,71589,71588,71587,71586,71585,71590,71601,71600,71599,71598,71602,72337,72336,72338,74591,74593,75462,75461,79032,79033,80579,80578,81269,81270,81495,81496,84338,84337,84343)"
        }
      },
      {
        "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
70176 7 The Slumber
70177 6 The Mind
70178 8 The Soul
70179 1 The Charm
70180 2 The Dream
70181 5 The Keenness
70182 3 The Home
70183 4 The Journey
71585 0 Xanh lục
71586 0 Đỏ
71587 0 Xanh lam
71588 0 Tím
71589 0 Vàng xanh
71590 0 Vàng
71598 0 Mẫu 1
71599 0 Mẫu 2
71600 0 Mẫu 3
71601 0 Mẫu 4
71602 0 Mẫu 5
72336 0 Phú Quốc Mixed
72337 0 Mountain Mixed
72338 0 Vietnam Mixed
74591 0 Hủ Lớn
74593 0 Túi Zip
75461 0 Túi 100g
75462 0 Hũ 150gr
79032 0 Hộp 250gr
79033 0 Hộp 500gr
80578 1 40g
80579 2 100g
81269 1 Hộp sen
81270 2 Hộp Tết
81495 1 100g
81496 2 500g
84337 1 100g
84338 2 250g
84343 1 100g