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 (
    73468, 73467, 73466, 73465, 73464, 73469, 
    73462, 73461, 73460, 73463
  )

Query time 0.00113

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": 10,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (73468,73467,73466,73465,73464,73469,73462,73461,73460,73463)"
        }
      },
      {
        "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
73460 0 Jasmine
73461 0 Thyme and mint
73462 0 Rose
73463 0 Cafe Soap
73464 0 Ylang-ylang and patchouli
73465 0 Lavender
73466 0 Eucalyptus and mint
73467 0 Juniper and oranges
73468 0 Cinnamon and oranges
73469 0 Lemongrass, red lemongrass and tangerine