SELECT 
  product_id, 
  feature_short_desc 
FROM 
  cscart_ab__short_desc_from_features_values 
WHERE 
  product_id IN (
    18481, 18505, 18506, 18483, 18501, 18507, 
    18523, 18508, 18509, 18510, 18511, 
    18512, 18484, 18513, 18514, 18485, 
    18486, 18487, 18488, 18515, 18516, 
    18517, 18518, 18496, 18519, 18489, 
    18490, 18520, 18521, 18493, 18491, 
    18492, 18522
  ) 
  AND lang_code = 'ru' 
  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": 33,
          "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 (18481,18505,18506,18483,18501,18507,18523,18508,18509,18510,18511,18512,18484,18513,18514,18485,18486,18487,18488,18515,18516,18517,18518,18496,18519,18489,18490,18520,18521,18493,18491,18492,18522) and cscart_ab__short_desc_from_features_values.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

product_id feature_short_desc
18481
18483
18484
18485
18486
18487
18488
18489
18490
18491
18492
18493
18496
18501
18505
18506
18507
18508
18509
18510
18511
18512
18513
18514
18515
18516
18517
18518
18519
18520
18521
18522
18523