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 (
    84911, 84717, 87969, 87967, 88038, 84846, 
    84910, 87981, 87982, 85274, 84687, 
    84709, 87977, 88027, 88089, 88024, 
    87968, 88022, 84708, 84749, 88042, 
    87974, 84271, 87991, 87966, 88017, 
    88039, 91064, 84270, 88033, 88007, 
    84269, 88016, 93150, 93151, 93152, 
    93153, 93154, 93155, 93156, 93157, 
    93158, 93159, 93789, 93795, 93796, 
    93797, 94448
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00050

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.63"
    },
    "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": 48,
      "rows_produced_per_join": 48,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "16.83",
        "eval_cost": "4.80",
        "prefix_cost": "21.63",
        "data_read_per_join": "183K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (84911,84717,87969,87967,88038,84846,84910,87981,87982,85274,84687,84709,87977,88027,88089,88024,87968,88022,84708,84749,88042,87974,84271,87991,87966,88017,88039,91064,84270,88033,88007,84269,88016,93150,93151,93152,93153,93154,93155,93156,93157,93158,93159,93789,93795,93796,93797,94448)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
84269 nuie Melbourne Back To Wall Pan
84270 nuie Lawton Back To Wall Pan
84271 nuie Lawton Comfort Height Back to Wall Pan
84687 Hudson Reed Fusion Fitted Square Back to Wall Toilet Pan & Seat
84708 Hudson Reed Fusion Fitted Round Back to Wall Toilet Pan & Seat
84709 Hudson Reed Fusion Fitted Round Comfort Height Back to Wall Toilet Pan & Seat
84717 Old London Richmond Close Coupled Pan & Cistern
84749 Hudson Reed Fusion Fitted Round Back to Wall Toilet Pan & Seat
84846 nuie Legend Close Coupled WC
84910 Hudson Reed Arlo Wall Hung Pan & Seat
84911 Hudson Reed Luna Back to Wall Pan & Seat
85274 nuie Doc M Pack Comfort Height Pan & Cistern - White
87966 nuie Freya Back To Wall Pan & Soft Close Seat
87967 nuie Freya Wall Hung Pan & Soft Close Seat
87968 nuie Freya Wall Hung Rimless Toilet Pan & Soft Close Seat - White
87969 nuie Freya Pan, Cistern & Seat
87974 nuie Ava Back To Wall Pan & Soft Close Seat
87977 nuie Ava Wall Hung Toilet Pan & Soft Close Seat - White
87981 nuie Ava Square Back To Wall Pan & Soft Close Seat
87982 nuie Ava Wall Hung Pan & Soft Close Seat
87991 nuie Bliss Back to Wall Pan
88007 nuie Harmony Back to Wall Pan
88016 nuie Melbourne Wall Hung Pan
88017 nuie Melbourne Pan & Cistern
88022 nuie Ivo Pan & Cistern
88024 nuie Ivo Back to Wall Pan
88027 nuie Ivo Back To Wall Pan
88033 Old London Richmond Back To Wall Pan
88038 Old London Richmond Bidet
88039 nuie Carlton Wall Hung Pan - White
88042 Old London Richmond Comfort Height Back to Wall Pan
88089 nuie Provost Wall Hung Pan
91064 Melbourne W/H Pan & SC Seat
93150
93151
93152
93153
93154
93155
93156
93157
93158
93159
93789
93795
93796
93797
94448