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 (
    69982, 69981, 69980, 69979, 69978, 69977, 
    69976, 69975, 69974, 69973, 69972, 
    69971, 69970, 69969, 69968, 69967, 
    69966, 69965, 69987, 69986, 69988, 
    74110, 74109, 74112, 74113, 85601, 
    85602, 85603, 85600
  )

Query time 0.00115

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": 29,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (69982,69981,69980,69979,69978,69977,69976,69975,69974,69973,69972,69971,69970,69969,69968,69967,69966,69965,69987,69986,69988,74110,74109,74112,74113,85601,85602,85603,85600)"
        }
      },
      {
        "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
69965 0 iPhone 7
69966 0 iPhone 7 plus
69967 0 iPhone 8
69968 0 iPhone 8 plus
69969 0 iPhone X
69970 0 iPhone Xs
69971 0 iPhone Xs Max
69972 0 iPhone Xr
69973 0 iPhone 11
69974 0 iPhone 11 Pro
69975 0 iPhone 11 Max
69976 0 iPhone 12 Mini
69977 0 iPhone 12
69978 0 iPhone 12 Pro
69979 0 iPhone 12 Pro Max
69980 0 iPhone 13
69981 0 iPhone 13 Pro
69982 0 iPhone 13 Pro Max
69986 0 Caro hồng xanh
69987 0 Caro xanh tím
69988 0 Caro xanh xanh
74109 0 Size M
74110 0 Size L
74112 0 Trắng
74113 0 Đen
85600 1 Mùa xuân
85601 2 Mùa hạ
85602 3 Mùa thu
85603 4 Mùa đông