SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    13547, 18032, 18031, 18030, 12900, 11591, 
    18056, 8034, 7666, 8257, 8063, 10729, 
    10697, 7714, 7625, 11585, 8733, 7481, 
    8120, 10998, 7279, 13244, 7655, 7633
  ) 
  AND lang_code = 'ru' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00648

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 (13547,18032,18031,18030,12900,11591,18056,8034,7666,8257,8063,10729,10697,7714,7625,11585,8733,7481,8120,10998,7279,13244,7655,7633) and cscart_ab__short_desc_from_features_values.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
7279
7481
7625
7633
7655
7666
7714
8034
8063
8120
8257
8733
10697
10729
10998
11585
11591
12900
13244
13547
18030
18031
18032
18056