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, 87981, 84687, 84709, 88027, 88024, 
    84708, 84749, 88042, 87974, 84271, 
    87991, 87966, 84270, 88033, 88007, 
    84269, 93150, 93154, 93156, 93789, 
    93795, 94448, 94804, 94805, 94806, 
    94809, 94832, 95753, 95786
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00078

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 (84911,87981,84687,84709,88027,88024,84708,84749,88042,87974,84271,87991,87966,84270,88033,88007,84269,93150,93154,93156,93789,93795,94448,94804,94805,94806,94809,94832,95753,95786)) 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
84749 Hudson Reed Fusion Fitted Round Back to Wall Toilet Pan & Seat
84911 Hudson Reed Luna Back to Wall Pan & Seat
87966 nuie Freya Back To Wall Pan & Soft Close Seat
87974 nuie Ava Back To Wall Pan & Soft Close Seat
87981 nuie Ava Square Back To Wall Pan & Soft Close Seat
87991 nuie Bliss Back to Wall Pan
88007 nuie Harmony Back to Wall Pan
88024 nuie Ivo Back to Wall Pan
88027 nuie Ivo Back To Wall Pan
88033 Old London Richmond Back To Wall Pan
88042 Old London Richmond Comfort Height Back to Wall Pan
93150
93154
93156
93789
93795
94448
94804
94805
94806
94809
94832
95753
95786