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 (
    12777, 12779, 12770, 12775, 12788, 12790, 
    12792, 12808, 12810, 12627, 12628, 
    12630, 12636, 12638, 12640, 12642, 
    12643, 12660, 12661, 12819, 12821, 
    12823, 12825, 12827, 12829, 12831, 
    12833, 12835, 12837, 12839, 12841, 
    12854, 12856, 12864, 12866, 12868, 
    12870, 12872, 12873, 12875, 12877, 
    12764, 12766
  )

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.12057361,
    "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": 43,
          "cost": 0.07555909,
          "filtered": 100,
          "attached_condition": "pfv.variant_id in (12777,12779,12770,12775,12788,12790,12792,12808,12810,12627,12628,12630,12636,12638,12640,12642,12643,12660,12661,12819,12821,12823,12825,12827,12829,12831,12833,12835,12837,12839,12841,12854,12856,12864,12866,12868,12870,12872,12873,12875,12877,12764,12766)"
        }
      },
      {
        "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": 43,
          "rows": 1,
          "cost": 0.04501452,
          "filtered": 100,
          "attached_condition": "pfvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
12627 0 Brown
12628 0 Devil
12630 0 Granite
12636 0 Black/Blue
12638 0 Matt Nude
12640 0 Pearl Nude
12642 0 Nude
12643 0 Smoky
12660 0 Black
12661 0 Brown
12764 0 Angel
12766 0 Bordeaux
12770 0 Natural
12775 0 Porcelian
12777 0 Honey
12779 0 Ivory
12788 0 Dark
12790 0 Light
12792 0 Medium
12808 0 Spring
12810 0 Summer
12819 0 Brink Pink
12821 0 Carnal
12823 0 Cerise
12825 0 Chinchilla
12827 0 Corset
12829 0 Cranberry
12831 0 Force
12833 0 Milk Ch.
12835 0 Ottawa Garnet
12837 0 Shell
12839 0 Truffle
12841 0 Wild Red
12854 0 Bordeaux
12856 0 Magic Fuchsia
12864 0 Extreme Nude
12866 0 Mauve
12868 0 Mellow
12870 0 Nude Elegance
12872 0 Ottawa Gamet
12873 0 Spice
12875 0 Sugar Chic
12877 0 Trap