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 (
    95733, 95734, 95735, 96153, 96170, 96171, 
    96172, 96173, 96174, 96175, 96537, 
    96559, 96560, 96561, 97057, 97058, 
    97953, 97954, 97955, 97956, 97957, 
    97958, 97994, 97995, 97996, 97997, 
    97998, 97999, 98000, 98496, 98497, 
    98498, 98499, 98500, 98501, 99026, 
    99027, 99028, 99029, 99030, 99032, 
    99033, 99034, 99035, 99036, 99037, 
    99038, 99039, 99040, 99041, 99042, 
    99043, 99044, 99045, 99046, 99047, 
    99048, 99049, 99319, 99320, 99321, 
    100413, 100428, 100429, 100430
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00121

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "29.28"
    },
    "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": 65,
      "rows_produced_per_join": 65,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "22.78",
        "eval_cost": "6.50",
        "prefix_cost": "29.28",
        "data_read_per_join": "247K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (95733,95734,95735,96153,96170,96171,96172,96173,96174,96175,96537,96559,96560,96561,97057,97058,97953,97954,97955,97956,97957,97958,97994,97995,97996,97997,97998,97999,98000,98496,98497,98498,98499,98500,98501,99026,99027,99028,99029,99030,99032,99033,99034,99035,99036,99037,99038,99039,99040,99041,99042,99043,99044,99045,99046,99047,99048,99049,99319,99320,99321,100413,100428,100429,100430)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
95733
95734
95735
96153
96170
96171
96172
96173
96174
96175
96537
96559
96560
96561
97057
97058
97953
97954
97955
97956
97957
97958
97994
97995
97996
97997
97998
97999
98000
98496
98497
98498
98499
98500
98501
99026
99027
99028
99029
99030
99032
99033
99034
99035
99036
99037
99038
99039
99040
99041
99042
99043
99044
99045
99046
99047
99048
99049
99319
99320
99321
100413
100428
100429
100430