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 (
    430995, 431290, 431004, 431087, 430983, 
    431071, 431231, 431405, 431497, 431381, 
    431411, 431017, 431182, 431274, 431434, 
    430686, 430974, 431045, 431175, 430765, 
    430785, 431001, 431494, 431495, 430762, 
    430965, 431403, 431465, 381710, 430963, 
    431002, 431025, 431240, 431329, 381707, 
    430755, 430964, 430966, 431457, 430630, 
    430752, 430773, 431304, 431284, 431425, 
    431328, 430711, 430961, 431235, 431343, 
    431362, 431422, 431498, 431505, 431079, 
    431355, 431394, 431408, 431243, 431260, 
    431383, 431407, 430759, 431015, 431283, 
    431488, 430669, 430700, 430943, 430971, 
    431105, 431152, 431340, 431352, 431409, 
    430944, 431018, 431057, 431069, 431217, 
    431337, 430705, 430929, 430978, 431030, 
    431419, 430717, 430781, 431311, 431346, 
    431427, 435510, 430938, 430956, 431302, 
    431482, 431500, 431415, 431453, 430732
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00407

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "140.18"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 100,
      "rows_produced_per_join": 100,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "120.18",
        "eval_cost": "20.00",
        "prefix_cost": "140.18",
        "data_read_per_join": "682K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (430995,431290,431004,431087,430983,431071,431231,431405,431497,431381,431411,431017,431182,431274,431434,430686,430974,431045,431175,430765,430785,431001,431494,431495,430762,430965,431403,431465,381710,430963,431002,431025,431240,431329,381707,430755,430964,430966,431457,430630,430752,430773,431304,431284,431425,431328,430711,430961,431235,431343,431362,431422,431498,431505,431079,431355,431394,431408,431243,431260,431383,431407,430759,431015,431283,431488,430669,430700,430943,430971,431105,431152,431340,431352,431409,430944,431018,431057,431069,431217,431337,430705,430929,430978,431030,431419,430717,430781,431311,431346,431427,435510,430938,430956,431302,431482,431500,431415,431453,430732)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
381707 <p><strong>Breakfast Included</strong></p> <ul><li>Free WiFi</li><li>Central Heating</li></ul> <p>Our agritourism offers a wide range of tourist services, starting from horseback riding, fishing, bar and restaurant, as well as traditional production of products. Our agritourism is the tranquility that every customer seeks.</p>
381710 <p></p> <p></p> <p><b>Breakfast Included</b></p> <p>€10 for the fireplace<strong></strong></p> <ul><li>Free WiFi</li><li>Central Heating</li></ul> <p><br /></p> <p>Our agritourism offers a wide range of tourist services, starting from horseback riding, fishing, bar and restaurant, as well as traditional production of products. Our agritourism is the tranquility that every customer seeks.</p> <p></p>
430630
430669
430686
430700
430705
430711
430717
430732
430752
430755
430759
430762
430765
430773
430781
430785
430929
430938
430943
430944
430956
430961
430963
430964
430965
430966
430971
430974
430978
430983
430995
431001
431002
431004
431015
431017
431018
431025
431030
431045
431057
431069
431071
431079
431087
431105
431152
431175
431182
431217
431231
431235
431240
431243
431260
431274
431283
431284
431290
431302
431304
431311
431328
431329
431337
431340
431343
431346
431352
431355
431362
431381
431383
431394
431403
431405
431407
431408
431409
431411
431415
431419
431422
431425
431427
431434
431453
431457
431465
431482
431488
431494
431495
431497
431498
431500
431505
435510