SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    6682, 6695, 6696, 11104, 6692, 8688, 
    6697, 6698, 6699, 6700, 6701, 6702, 
    6703, 6705, 6707, 6708, 6709, 6710, 
    6714, 6706, 6716, 6717, 6718, 6715
  ) 
  AND lang_code = 'en' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00045

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 (6682,6695,6696,11104,6692,8688,6697,6698,6699,6700,6701,6702,6703,6705,6707,6708,6709,6710,6714,6706,6716,6717,6718,6715) and cscart_ab__short_desc_from_features_values.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
6682
6692
6695
6696
6697
6698
6699
6700
6701
6702
6703
6705
6706
6707
6708
6709
6710
6714
6715
6716
6717
6718
8688
11104