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 (
    84630, 84629, 84628, 84627, 84626, 84625, 
    84624, 84623, 84633, 84632, 84631, 
    84622
  )

Query time 0.00084

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 (84630,84629,84628,84627,84626,84625,84624,84623,84633,84632,84631,84622)"
        }
      },
      {
        "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
84622 1 Bạch Dương
84623 2 Kim Ngưu
84624 3 Song Tử
84625 4 Cự Giải
84626 5 Sư Tử
84627 6 Xử Nữ
84628 7 Thiên Bình
84629 8 Thiên Yết
84630 9 Nhân Mã
84631 10 Ma Kết
84632 11 Bảo Bình
84633 12 Song Ngư