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, 74805, 74806, 81269, 
    81270, 84725, 84724, 82134, 82133, 
    82135, 82657, 82658, 82660, 82661, 
    86300, 87462, 87461, 86301, 87464, 
    87463, 86303, 86302, 86590, 86591, 
    86606, 86607, 86608, 87185, 87189, 
    87188, 87187, 87186, 87190, 87191, 
    87192, 87232, 87233
  )

Query time 0.01469

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": 44,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (70183,70182,70181,70180,70179,70178,70177,70176,74805,74806,81269,81270,84725,84724,82134,82133,82135,82657,82658,82660,82661,86300,87462,87461,86301,87464,87463,86303,86302,86590,86591,86606,86607,86608,87185,87189,87188,87187,87186,87190,87191,87192,87232,87233)"
        }
      },
      {
        "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
74805 0 Gỗ Phong
74806 0 Gỗ Thông
81269 1 Hộp sen
81270 2 Hộp Tết
82133 2 Sleep Tight
82134 3 Crown Up
82135 4 Fearless
82657 5 Be You
82658 6 Flawsome
82660 8 Rise n' slay
82661 9 Do ur zest
84724 12 Breathe Out
84725 13 Be Delighted
86300 3 Vàng - Size S
86301 2 Bạc - Size L
86302 1 Vàng (Size S)
86303 2 Bạc (Size S)
86590 1 Sen trắng
86591 2 Sen hồng
86606 1 Mẫu vẽ hoa sen ngẫu nhiên
86607 2 Mẫu vẽ hoa mai, hoa đào tết ngẫu nhiên
86608 3 Mẫu vẽ phong cảnh Huế ngẫu nhiên
87185 1 Seigaiha
87186 2 Sóng
87187 3 Flower Press
87188 4 Akoma Geo Grid
87189 5 Cánh đồng hoa
87190 1 1. Đen
87191 2 2. Nâu đậm
87192 3 3. Tím
87232 1 Bộ Ấm Nhỏ
87233 2 Bộ Ấm Trung
87461 4 Vàng - Size L
87462 1 Bạc - Size S
87463 0 Vàng (Size L)
87464 0 Bạc (Size L)