SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    10494, 10493, 10490, 10491, 10487, 10504, 
    10505, 10496, 10502, 10499, 10881, 
    9494, 10936, 9021, 10672, 7953, 10811, 
    7837, 7154, 10673, 9508, 10675, 6792, 
    6848
  ) 
  AND lang_code = 'uk' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00076

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 (10494,10493,10490,10491,10487,10504,10505,10496,10502,10499,10881,9494,10936,9021,10672,7953,10811,7837,7154,10673,9508,10675,6792,6848) and cscart_ab__short_desc_from_features_values.lang_code = 'uk'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
6792
6848
7154
7837
7953
9021
9494
9508
10487
10490
10491
10493
10494
10496
10499
10502
10504
10505
10672
10673
10675
10811
10881
10936