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 (
    72930, 72929, 72928, 72927, 72931, 72937, 
    72936, 72935, 72934, 72933, 72932, 
    72938, 72941, 72940, 72939, 72942, 
    73300, 73301
  )

Query time 0.00183

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": 18,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (72930,72929,72928,72927,72931,72937,72936,72935,72934,72933,72932,72938,72941,72940,72939,72942,73300,73301)"
        }
      },
      {
        "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
72927 0 Sun-soaked Citrus
72928 0 Lily of the Valley
72929 0 Ocean Roses
72930 0 Apple cinnamon
72931 0 A cup of coffee
72932 0 Apple Cinnamon
72933 0 Sweet and Sour
72934 0 Vanilla Vanille
72935 0 Cranberry Woods
72936 0 Lily Of The Valley
72937 0 Minty Grapefruit
72938 0 Honeysuckle Jasmine
72939 0 Into The Woods
72940 0 Lily Of The Valley
72941 0 Midnight In Paris
72942 0 Waltz Of Spring
73300 0 Apple Pie
73301 0 Sweet & Sour