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 = 'en' 
WHERE 
  pfv.variant_id IN (
    68381, 68380, 68434, 68435, 68433, 68959, 
    68958, 68963, 68962, 84504, 84505, 
    84507, 84506
  )

Query time 0.00370

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": 13,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (68381,68380,68434,68435,68433,68959,68958,68963,68962,84504,84505,84507,84506)"
        }
      },
      {
        "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 = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
68380 0 250g
68381 0 500g
68433 0 100ml
68434 0 250ml
68435 0 500ml
68958 0 Single pack
68959 0 Thùng 30 gói
68962 0 Single pack
68963 0 Box of 30 packs
84504 1 60g
84505 2 200g
84506 3 450g
84507 4 1kg