SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    19675, 13070, 9886, 11019, 19953, 10051, 
    24411, 21851, 10521, 7569, 9972, 10839, 
    21226, 10517, 9479, 22140, 22141, 7571, 
    9154, 10047, 7648, 10676, 10044, 9684
  ) 
  AND lang_code = 'ru' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00061

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 (19675,13070,9886,11019,19953,10051,24411,21851,10521,7569,9972,10839,21226,10517,9479,22140,22141,7571,9154,10047,7648,10676,10044,9684) and cscart_ab__short_desc_from_features_values.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
7569
7571
7648
9154
9479
9684
9886
9972
10044
10047
10051
10517
10521
10676
10839
11019
13070