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 (
    70887, 70886, 70888, 70892, 70891, 70890, 
    70889, 70893, 70895, 70894, 70896, 
    70898, 70897, 70899, 70905, 70904, 
    70903, 70906, 83821, 83822, 83823, 
    83824, 83825
  )

Query time 0.00987

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": 23,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (70887,70886,70888,70892,70891,70890,70889,70893,70895,70894,70896,70898,70897,70899,70905,70904,70903,70906,83821,83822,83823,83824,83825)"
        }
      },
      {
        "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
70886 0 Cat pattern
70887 0 People pattern
70888 0 Mona Lisa
70889 0 The Kiss by Gustav Klimt
70890 0 Au lit, Le baiser by Henri de Toulouse-Lautrec
70891 0 Loneliness is Dangerous by Ed Vebell
70892 0 Nude with a Japanese Folding Screen by Maurice Askenazy
70893 0 Girly
70894 0 Cat and vase, by Mischa (Maurice) Ashkenazy
70895 0 White cat
70896 0 Purple cat
70897 0 White tiger
70898 0 Five Tigers - Hang Trong painting
70899 0 Lion with glasses
70903 0 Loving Vincent
70904 0 Starry Night
70905 0 Almond Blossom
70906 0 Sunflower
83821 1 Model 1
83822 2 Model 2
83823 3 Model 3
83824 4 Model 4
83825 5 Model 5