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 (
    1275, 1281, 1273, 1274, 1276, 1277, 1278, 
    1272, 1279, 1280
  )

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.03531542,
    "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": 10,
          "cost": 0.01817902,
          "filtered": 100,
          "attached_condition": "pfv.variant_id in (1275,1281,1273,1274,1276,1277,1278,1272,1279,1280)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["u985510652_ecartify.pfv.variant_id", "const"],
          "loops": 10,
          "rows": 1,
          "cost": 0.0171364,
          "filtered": 100,
          "attached_condition": "pfvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
1272 7 Deep Black1
1273 1 Bengal Blues (Sky Blue)
1274 2 Coorg Coffee (Dark Brown)
1275 3 Deep Black
1276 4 Malabar Green (Dark Green)
1277 5 Mumbai Marine (Navy Blue)
1278 6 Spicy Shimla (Green)
1279 8 Black
1280 9 Blue
1281 10 Classic Brown