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 (
    12919, 12920, 12921, 12923, 12924, 12925, 
    12927, 12928, 12535, 12532, 12538, 
    12539, 12528, 13062, 13063
  )

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.04684317,
    "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": 15,
          "cost": 0.02687297,
          "filtered": 100,
          "attached_condition": "pfv.variant_id in (12919,12920,12921,12923,12924,12925,12927,12928,12535,12532,12538,12539,12528,13062,13063)"
        }
      },
      {
        "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": 15,
          "rows": 1,
          "cost": 0.0199702,
          "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
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