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 (
    68419, 68420, 70491, 70492, 71441, 71440, 
    71790, 71789, 71788, 71787, 71786, 
    72389, 72390, 73468, 73467, 73466, 
    73465, 73464, 73469, 73462, 73461, 
    73460, 73463, 73503, 73502, 73571, 
    73570, 73583, 73582, 74213, 74212, 
    74214, 74507, 74508, 74506, 74573, 
    74574, 74572, 76695, 76694, 76696, 
    77360, 77361, 77362, 82492, 82501, 
    82502, 82503, 82504, 82505, 82506, 
    82507, 82508, 82493, 82494, 82495, 
    82496, 82497, 82498, 82499, 82500, 
    82560, 82562, 82559, 82561, 86387, 
    86386, 86385, 87346, 87347, 87348, 
    87349, 87739, 87740, 87741, 87736, 
    87737, 87738
  )

Query time 0.01236

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": 78,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (68419,68420,70491,70492,71441,71440,71790,71789,71788,71787,71786,72389,72390,73468,73467,73466,73465,73464,73469,73462,73461,73460,73463,73503,73502,73571,73570,73583,73582,74213,74212,74214,74507,74508,74506,74573,74574,74572,76695,76694,76696,77360,77361,77362,82492,82501,82502,82503,82504,82505,82506,82507,82508,82493,82494,82495,82496,82497,82498,82499,82500,82560,82562,82559,82561,86387,86386,86385,87346,87347,87348,87349,87739,87740,87741,87736,87737,87738)"
        }
      },
      {
        "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
68419 0 Chicken pattern
68420 0 Red flower pattern
70491 0 Medium Size
70492 0 Big Size
71440 0 S
71441 0 L
71786 0 Set 1
71787 0 Set 2
71788 0 Set 3
71789 0 Set 4
71790 0 Set 5
72389 0 100g
72390 0 200g
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
73502 0 70g
73503 0 210g
73570 0 10ml
73571 0 30ml
73582 0 10ml
73583 0 35ml
74212 0 Style 1
74213 0 Style 2
74214 0 Style 3
74506 0 2ml
74507 0 5 ml
74508 0 30ml
74572 0 2ml
74573 0 5 ml
74574 0 30ml
76694 0 Love Blue
76695 0 Retro Clock
76696 0 Memories
77360 0 Purple
77361 0 Green
77362 0 White
82492 1 Lemongrass
82493 2 Santal Valley
82494 3 Orange Cinnamon
82495 4 Flowery
82496 5 Wood
82497 6 Lavender
82498 7 Crystal Snow
82499 8 Cinnamon
82500 9 Happy Birthday
82501 10 Sweet Day
82502 11 Ylang Ylang
82503 12 Ocean Breeze
82504 13 Charming Amber
82505 14 Sweet Dream
82506 15 Summer Tea
82507 16 Rain Spa
82508 17 Tobacco at night
82559 1 Deep color
82560 2 Light color
82561 1 Yellow daisies
82562 2 Blue flowers
86385 1 Caramel
86386 2 Chocolate
86387 3 Mocha
87346 1 Purple
87347 2 Red
87348 3 White
87349 4 Black
87736 3 Coffee - Vanilla - Rosemary
87737 1 Mint - Sea Scent
87738 5 Lavender - Agarwood
87739 2 Grapefruit - Cherry - Melon
87740 4 Jasmine - Grapefruit
87741 6 Tobacco - Honey