SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    7181, 8437, 8446, 7542, 8451, 7435, 8452, 
    8453, 8454, 9782, 9777, 9794, 9780, 
    9796, 9779, 9778, 9793, 9784, 9785, 
    9776, 10903, 9787, 9791, 10337
  ) 
  AND lang_code = 'uk' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00072

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 (7181,8437,8446,7542,8451,7435,8452,8453,8454,9782,9777,9794,9780,9796,9779,9778,9793,9784,9785,9776,10903,9787,9791,10337) and cscart_ab__short_desc_from_features_values.lang_code = 'uk'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
7181
7435
7542
8437
8446
8451
8452
8453
8454
9776
9777
9778
9779
9780
9782
9784
9785
9787
9791
9793
9794
9796
10337
10903