SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    2459, 138, 284, 328, 185, 1140, 285, 2509, 
    186, 187, 1488, 927, 1279, 1479, 118, 
    630, 332, 908, 2188, 1135, 2512, 1452, 
    2420, 934, 495, 286, 1493, 1371, 329, 
    2096, 1368, 1136, 944, 1064, 1138, 1153, 
    1369, 1876, 2513, 791, 1058, 1063, 1116, 
    1159, 406, 1114, 145, 354, 1158, 1160, 
    417, 340, 1137, 1982, 117, 683, 910, 
    915, 921, 924, 932, 1065, 1145, 1276
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00124

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "product_id"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["product_id", "lang_code"],
      "rows": 64,
      "filtered": 100,
      "index_condition": "cscart_product_descriptions.product_id in (2459,138,284,328,185,1140,285,2509,186,187,1488,927,1279,1479,118,630,332,908,2188,1135,2512,1452,2420,934,495,286,1493,1371,329,2096,1368,1136,944,1064,1138,1153,1369,1876,2513,791,1058,1063,1116,1159,406,1114,145,354,1158,1160,417,340,1137,1982,117,683,910,915,921,924,932,1065,1145,1276) and cscart_product_descriptions.lang_code = 'en'"
    }
  }
}

Result

product_id short_description full_description
117
118
138 ⭐ Don't be afraid to buy from us. We are new to this platform, but not to the gaming assets business overall. We are a well organized and highly professional boosting group of top skilled players. Working for more than 4 years already! ⭐<br /> <br /> Advantages of buying from us:<br /> <br /> ✅ All our gold is handmade without cheats, bots and software<br /> ✅ Cheap prices! We are usually working by the lowest prices for now to gather loyal client base!<br /> ✅ 24\7 Live Support in Chat<br /> ✅ Usually fast delivery, no more than 1-2h
145
185
186
187
284
285
286
328
329
332
340
354
406
417
495
630
683
791
908
910
915
921
924
927
932
934
944
1058
1063
1064
1065
1114
1116
1135
1136
1137
1138
1140
1145
1153
1158
1159
1160
1276
1279
1368
1369
1371
1452
1479
1488
1493
1876
1982
2096
2188
2420
2459
2509
2512
2513