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 (
    74799, 74800, 74803, 74804, 74805, 74806, 
    75622, 75623, 75624, 75625, 75626, 
    75631, 75629, 75630, 76714, 76713, 
    76712, 76711, 76715
  )

Query time 0.00136

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 (74799,74800,74803,74804,74805,74806,75622,75623,75624,75625,75626,75631,75629,75630,76714,76713,76712,76711,76715)"
        }
      },
      {
        "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
74799 0 Maple Wood
74800 0 Pine Wood
74803 0 Maple Wood
74804 0 Pine Wood
74805 0 Maple Wood
74806 0 Pine Wood
75622 0 Silver-covered rosewood chopsticks
75623 0 Rosewood chopsticks with with snail shell tip
75624 0 Dark brown Rosewood chopsticks with mother of pearl inlaid
75625 0 Light brown Rosewood chopsticks with mother of pearl inlaid
75626 0 Rosewood chopsticks with mother of pearl inlaid in Dragon scales
75629 0 Bright Brown
75630 0 Dark Brown Color
75631 0 Dark Green
76711 0 Red
76712 0 Grey
76713 0 Brown
76714 0 Pink
76715 0 Green