SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    21351, 21291, 22158, 21296, 21307, 21352, 
    21287, 22159, 21297, 21342, 21353, 
    21288, 22175, 21298, 21343, 21354, 
    21289, 22177, 21299, 22152, 21344, 
    21355, 22151, 22160, 21300, 21345, 
    20221, 21356, 21488, 22161, 21301, 
    21346, 20222, 21357, 22153, 21552, 
    21302, 21347, 20223, 22154, 21292, 
    21553, 21303, 21348, 21514, 22155, 
    21293, 21304, 21349, 21286, 22156, 
    21294, 21305, 21350, 21290, 22157, 
    21295, 21306
  ) 
  AND lang_code = 'uk' 
  AND storefront_id = 1 
  AND cscart_ab__short_desc_from_features_values.company_id = 1

Query time 0.00054

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": 58,
          "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 (21351,21291,22158,21296,21307,21352,21287,22159,21297,21342,21353,21288,22175,21298,21343,21354,21289,22177,21299,22152,21344,21355,22151,22160,21300,21345,20221,21356,21488,22161,21301,21346,20222,21357,22153,21552,21302,21347,20223,22154,21292,21553,21303,21348,21514,22155,21293,21304,21349,21286,22156,21294,21305,21350,21290,22157,21295,21306) and cscart_ab__short_desc_from_features_values.lang_code = 'uk'"
        }
      }
    ]
  }
}