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 (
    1716, 1718, 1461, 1717, 1715, 1464, 1720, 
    1722, 1721, 1719, 1724, 1470, 1469, 
    1468, 1466, 1723, 1728, 1727, 1456, 
    1726, 1725, 1730, 1729
  )

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "pfv",
      "access_type": "range",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["variant_id"],
      "rows": 23,
      "filtered": 100,
      "index_condition": "pfv.variant_id in (1716,1718,1461,1717,1715,1464,1720,1722,1721,1719,1724,1470,1469,1468,1466,1723,1728,1727,1456,1726,1725,1730,1729)"
    },
    "table": {
      "table_name": "pfvd",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["variant_id", "lang_code"],
      "ref": ["ymonline_livedata.pfv.variant_id", "const"],
      "rows": 1,
      "filtered": 100,
      "index_condition": "pfvd.lang_code = 'en'"
    }
  }
}

Result

variant_id position variant
1456 0 1TB
1461 0 256GB
1464 0 512GB
1466 0 128GB
1468 0 GOLD
1469 0 SILVER
1470 0 SPACE GREY
1715 0 3.0GHZ 6-CORE 8TH GENERATION I5
1716 0 21.5"
1717 0 3.6GHZ QUAD-CORE 8TH GENERATION I5
1718 0 2.3GHZ DUAL-CORE 7TH GENERATION I5
1719 0 3.1GHZ 6-CORE 10TH-GENERATION
1720 0 27"
1721 0 3.3GHZ 6-CORE 10TH-GENERATION
1722 0 3.1GHZ 8-CORE 10TH-GENERATION
1723 0 1.8GHZ DUAL-CORE I5
1724 0 APPLE M1 CHIP WITH 8-CORE
1725 0 2.0GHZ QUAD-CORE 10th GENERATION I5
1726 0 2.0GHZ QUAD-CORE 10th GENERATION I6
1727 0 2.0GHZ QUAD-CORE 10th GENERATION I7
1728 0 2.0GHZ QUAD-CORE 10th GENERATION I8
1729 0 2.3GHZ 8-CORE 9TH-GENERATION I9
1730 0 2.6GHZ 6-CORE 9TH-GENERATION I9