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

Query time 0.00251

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,431087,431290,431381,431004,431231,431405,430983,431071,431497,430762,431274,431411,431495,431017,431175,431182,431434,431465,430686,430974,431045,431403,430755,430765,430785,431001,431494,430965,431025,431457,381710,430963,430966,431002,431240,431329,431343,381707,430630,430964,431243,431304,431425,430752,430773,431284,431394,430711,430961,431328,431505,431235,431362,431408,431422,431498,430971,431079,431355,431383,431015,431152,431260,431283,431407,430669,430700,430705,430759,431105,431488,430943,430978,431018,431057,431069,431340,431352,431409,430944,431217,431337,431419,435510,430929,431030,431311,430717,430781,430938,430973,431346,431427,387046,430956,431302,431415,431482,431500)) 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>
387046 <p>Ebbi Hotel represents a new approach to hospitality in the Albanian Tourism Sector. With a completely dierent style in exterior and interor design, but also with the provision of a service beyond expectations to our guests, we are more than sure that we have set a unique standard in hospitality. Ebbi Hotel is a luxurious beach front hotel that within 2 summer seasons has became traveller's first choice. The excellent feedback came as a result of our daily passion, commitment and determination to overcome the level of hospitality at international levels.</p> <p>The room is equipped with:</p> <ul><li>Sea view,</li><li>Flat-Screen TV,</li><li>Telephone,</li><li>Safety Deposit Box,</li><li>Make-Up Desk,</li><li>Air-conditioner,</li><li>Hairdryer,</li><li>Free toiletries,</li><li>Bathroom,</li><li>Slippers,</li><li>Beverages Fridge,</li><li>Wake-up service,</li><li>Free WIFI.</li></ul>
430630
430669
430686
430700
430705
430711
430717
430752
430755
430759
430762
430765
430773
430781
430785
430929
430938
430943
430944
430956
430961
430963
430964
430965
430966
430971
430973
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
431457
431465
431482
431488
431494
431495
431497
431498
431500
431505
435510