SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    6723, 6722, 6724, 6712, 6725, 6726, 6727, 
    6728, 6729, 6731, 6732, 8742, 6734, 
    6735, 6736, 6737, 6738, 6739, 6741, 
    6742, 6748, 8801, 8802, 11103
  ) 
  AND lang_code = 'en' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00052

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 (6723,6722,6724,6712,6725,6726,6727,6728,6729,6731,6732,8742,6734,6735,6736,6737,6738,6739,6741,6742,6748,8801,8802,11103) and cscart_ab__short_desc_from_features_values.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
6712
6722
6723
6724
6725
6726
6727
6728
6729
6731
6732
6734
6735
6736
6737
6738
6739
6741
6742
6748
8742
8801
8802
11103