SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    12914, 18634, 18639, 18642, 10712, 8375, 
    8390, 7979, 13603, 10695, 13245, 7726, 
    8259, 18641
  ) 
  AND lang_code = 'uk' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00055

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": 14,
          "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 (12914,18634,18639,18642,10712,8375,8390,7979,13603,10695,13245,7726,8259,18641) and cscart_ab__short_desc_from_features_values.lang_code = 'uk'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
7726
7979
8259
8375
8390
10695
10712
12914
13245
13603
18634
18639
18641
18642