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 (
    68366, 68365, 86552, 86551, 86555, 86556, 
    68378, 68379, 68377, 68392, 68391, 
    68390, 68393, 68389
  )

Query time 0.00244

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": 14,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (68366,68365,86552,86551,86555,86556,68378,68379,68377,68392,68391,68390,68393,68389)"
        }
      },
      {
        "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
68365 4 Set 4
68366 3 Set 3
68377 0 100g
68378 0 250g
68379 0 500g
68389 0 Hộp 100g
68390 0 Hộp 150g
68391 0 Hộp 250g
68392 0 Hộp 500g
68393 0 Hũ thủy tinh 150g
86551 2 Set 2
86552 1 Set 1
86555 5 Set 5
86556 6 Set 6