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 (
    5699, 5700, 5701, 5707, 5708, 5706, 5705, 
    5709, 5710, 5711, 5674, 5673, 5675, 
    5760, 5762, 5761, 5763, 5759
  )

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.06293486,
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "loops": 1,
          "rows": 18,
          "cost": 0.03208934,
          "filtered": 100,
          "attached_condition": "pfv.variant_id in (5699,5700,5701,5707,5708,5706,5705,5709,5710,5711,5674,5673,5675,5760,5762,5761,5763,5759)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["u428615623_ecartifygonje.pfv.variant_id", "const"],
          "loops": 18,
          "rows": 1,
          "cost": 0.03084552,
          "filtered": 100,
          "attached_condition": "pfvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
5673 0 Chicken Chichinga
5674 0 Beef Chichinga
5675 0 Lamb Chichinga
5699 1 None
5700 2 Beef
5701 3 Chicken
5705 2 Pack of 10
5706 1 Pack of 5
5707 4 Fish
5708 5 Turkey
5709 1 None
5710 2 Poundo Yam
5711 3 Amala
5759 3 S
5760 1 L
5761 2 M
5762 1 Red
5763 2 Yellow