SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    19474, 22784, 19476, 19478, 19477, 19561, 
    9739, 19475, 18075, 18670, 19375, 13649, 
    18074, 9531, 12245, 6653, 8155, 7061, 
    10701, 7256, 13493, 12498, 8264, 9567
  ) 
  AND lang_code = 'ru' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00056

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 (19474,22784,19476,19478,19477,19561,9739,19475,18075,18670,19375,13649,18074,9531,12245,6653,8155,7061,10701,7256,13493,12498,8264,9567) and cscart_ab__short_desc_from_features_values.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
6653
7061
7256
8155
8264
9531
9567
9739
10701
12245
12498
13493
13649
18074
18075