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 (
    69685, 69689, 69688, 69690, 69703, 69702, 
    69701, 69704, 84052, 84053, 84054, 
    84055
  )

Query time 0.00286

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 (69685,69689,69688,69690,69703,69702,69701,69704,84052,84053,84054,84055)"
        }
      },
      {
        "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
69685 0 Đen
69688 0 Camera Cơm
69689 0 Chốt đơn
69690 0 Tà tữa
69701 0 Womeow day
69702 0 Meowlentine
69703 0 Xmas
69704 0 Mèo mái hiên
84052 1 The Sun
84053 2 The Fool
84054 3 The Strength
84055 4 The Lovers