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 (
    79429, 79428, 79427, 79431, 79430, 81357, 
    81362, 81361, 81360, 81359, 81358, 
    81799, 81801, 81802, 81800, 81803, 
    81805, 81806, 81804
  )

Query time 0.00680

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 (79429,79428,79427,79431,79430,81357,81362,81361,81360,81359,81358,81799,81801,81802,81800,81803,81805,81806,81804)"
        }
      },
      {
        "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
79427 1 Agarwood essential oil
79428 2 Cinnamon essential oil
79429 3 Sarsi essential oil
79430 4 Hue Melaleuca essential oil
79431 5 Premium Melaleuca essential oil (Roller bottle 10ml)
81357 1 Lemongrass Hena essential oil - Hanging bottle of 8ml
81358 2 Lemongrass Hena essential oil - 10ml
81359 3 Lemongrass Hena essential oil - 50ml
81360 4 Lemongrass essential oil - Hanging bottle of 8ml
81361 5 Lemongrass essential oil - 10ml
81362 6 Lemongrass essential oil - 50ml
81799 1 Orange Essential Oil
81800 2 Grapefruit Essential Oil
81801 1 Hanging bottle 8ml
81802 2 10ml
81803 1 Rose essential oil
81804 2 Ylang ylang essential oil
81805 1 Hanging bottle 8ml
81806 2 10ml