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 (
    70914, 70915, 70913, 70917, 70916, 70919, 
    70918, 70921, 70920, 70923, 70922, 
    70926, 70925, 70927, 70924
  )

Query time 0.00153

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "rows": 15,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (70914,70915,70913,70917,70916,70919,70918,70921,70920,70923,70922,70926,70925,70927,70924)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["dev_db.pfv.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "pfvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
70913 0 S
70914 0 M
70915 0 L
70916 0 S
70917 0 M
70918 0 S
70919 0 M
70920 0 S
70921 0 M
70922 0 S
70923 0 M
70924 0 S
70925 0 M
70926 0 L
70927 0 Size XL