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 (
    12566, 12568, 12646, 12648, 12650, 12879, 
    12881, 12883, 12893, 12829, 12895, 
    12919, 12920, 12921, 12923, 12924, 
    12925, 12927, 12928, 12535, 12532, 
    12538, 12539, 12528, 13062, 13063, 
    13380, 13186
  )

Query time 0.00056

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.08107516,
    "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": 28,
          "cost": 0.04947724,
          "filtered": 100,
          "attached_condition": "pfv.variant_id in (12566,12568,12646,12648,12650,12879,12881,12883,12893,12829,12895,12919,12920,12921,12923,12924,12925,12927,12928,12535,12532,12538,12539,12528,13062,13063,13380,13186)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["u508912950_dev_2025.pfv.variant_id", "const"],
          "loops": 28,
          "rows": 1,
          "cost": 0.03159792,
          "filtered": 100,
          "attached_condition": "pfvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
12528 0 Black
12532 0 Pink
12535 0 Green
12538 0 Red
12539 0 Brown
12566 10 3ml
12568 30 10ml
12646 0 Bronze
12648 0 Gold/Green
12650 0 Rose/Purple
12829 0 Cranberry
12879 0 Radiant Beige
12881 0 Sheer Salmon
12883 0 Sunny Guava
12893 0 Burgundy
12895 0 Rosie Brown
12919 0 Zesty Lemon
12920 0 Citrus Splash
12921 0 Blue Zest
12923 0 Sunset Red
12924 0 Earth Brown
12925 0 Olive Grove
12927 0 White
12928 0 Black
13062 0 Beige
13063 0 Grey
13186 0 Divi Engine
13380 0 Divi