SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    13267, 11749, 13191, 12005, 13040, 11695, 
    11696, 11697, 12924, 11699, 11700, 
    13265, 12925, 11750, 13201, 11702, 
    11890, 11891, 11892, 11893, 18105, 
    18107, 18108, 18109
  ) 
  AND lang_code = 'en' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00067

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 (13267,11749,13191,12005,13040,11695,11696,11697,12924,11699,11700,13265,12925,11750,13201,11702,11890,11891,11892,11893,18105,18107,18108,18109) and cscart_ab__short_desc_from_features_values.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
11695
11696
11697
11699
11700
11702
11749
11750
11890
11891
11892
11893
12005
12924
12925
13040
13191
13201
13265
13267
18105
18107
18108
18109