SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    8427, 7160, 8428, 8431, 9799, 8433, 8434, 
    8435, 8436, 8438, 8439, 8440, 8441, 
    8442, 7159, 8444, 8445, 8447, 8448, 
    8450, 10934, 7444, 7789, 7790
  ) 
  AND lang_code = 'ru' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00057

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 (8427,7160,8428,8431,9799,8433,8434,8435,8436,8438,8439,8440,8441,8442,7159,8444,8445,8447,8448,8450,10934,7444,7789,7790) and cscart_ab__short_desc_from_features_values.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
7159
7160
7444
7789
7790
8427
8428
8431
8433
8434
8435
8436
8438
8439
8440
8441
8442
8444
8445
8447
8448
8450
9799
10934