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 = 'ru' 
WHERE 
  pfv.variant_id IN (
    3089, 3686, 4981, 5029, 3093, 3084, 3085, 
    3104, 3098, 3096, 3092, 3099, 3087, 
    5063, 3097, 3100, 4974, 4915, 3095, 
    3090, 4983, 3102, 3094, 3101
  )

Query time 0.00192

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": 24,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (3089,3686,4981,5029,3093,3084,3085,3104,3098,3096,3092,3099,3087,5063,3097,3100,4974,4915,3095,3090,4983,3102,3094,3101)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["lillyshop_lillyshop.pfv.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "pfvd.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

variant_id position variant
3084 0 Черный
3085 0 Молочный
3087 0 Оранжевый
3089 0 Розовый
3090 0 Салатовый
3092 0 Серый
3093 0 Синий
3094 0 Фиолетовый
3095 0 Белый
3096 0 Бежевый
3097 0 Бирюзовый
3098 0 Бордовый
3099 0 Голубой
3100 0 Желтый
3101 0 Зеленый
3102 0 Золотой
3104 0 Красный
3686 0 Персиковый
4915 0 Нюдовый
4974 0 Лиловый
4981 0 Вишневый
4983 0 Малиновый
5029 0 Лавандовый
5063 0 Мятный