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 (
    68244, 68243, 68242, 68241, 68245, 68250, 
    68249, 68248, 68247, 68246, 68251, 
    73500, 73501, 73519, 73518, 73521, 
    73520, 73591, 73590
  )

Query time 0.00175

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": 19,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (68244,68243,68242,68241,68245,68250,68249,68248,68247,68246,68251,73500,73501,73519,73518,73521,73520,73591,73590)"
        }
      },
      {
        "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
68241 0 Strawberry
68242 0 Orange
68243 0 Apple
68244 0 Raspberry
68245 0 Gourmand
68246 0 Orange
68247 0 Peppermint
68248 0 Pine Wood
68249 0 Cinnamon
68250 0 Lemongrass
68251 0 Java lemongrass
73500 0 100ml
73501 0 30ml
73518 0 70g
73519 0 210g
73520 0 70g
73521 0 210g
73590 0 10ml
73591 0 35ml