SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    8025, 7284, 8162, 8217, 19483, 18035, 
    18042, 8122, 10101, 13549, 11988, 7596, 
    7599, 7009, 6991, 10052, 11496, 11586, 
    12898, 18058, 18640, 18636, 18425, 
    18064
  ) 
  AND lang_code = 'ru' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_ab__short_desc_from_features_values",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "17",
          "used_key_parts": [
            "product_id",
            "lang_code",
            "company_id",
            "storefront_id"
          ],
          "rows": 24,
          "filtered": 100,
          "attached_condition": "cscart_ab__short_desc_from_features_values.storefront_id = 1 and cscart_ab__short_desc_from_features_values.company_id = 1 and cscart_ab__short_desc_from_features_values.product_id in (8025,7284,8162,8217,19483,18035,18042,8122,10101,13549,11988,7596,7599,7009,6991,10052,11496,11586,12898,18058,18640,18636,18425,18064) and cscart_ab__short_desc_from_features_values.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
6991
7009
7284
7596
7599
8025
8122
8162
8217
10052
10101
11496
11586
11988
12898
13549
18035
18042
18058
18064
18425
18636
18640