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 (
    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
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00081

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "114K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (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)) 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
84708 Hudson Reed Fusion Fitted Round Back to Wall Toilet Pan & Seat
84749 Hudson Reed Fusion Fitted Round Back to Wall Toilet Pan & Seat
87966 nuie Freya Back To Wall Pan & Soft Close Seat
87968 nuie Freya Wall Hung Rimless Toilet Pan & Soft Close Seat - White
87974 nuie Ava Back To Wall Pan & Soft Close Seat
87977 nuie Ava Wall Hung Toilet Pan & Soft Close Seat - White
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
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