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 (
    84744, 84718, 84721, 84937, 84936, 84949, 
    84950, 84690, 84847, 84854, 84855, 
    84689, 84754, 84755, 84943, 84944, 
    84958, 84952, 84953, 84746, 87963, 
    87971, 84861, 84862, 84851, 94451, 
    94798, 94799, 94823, 94824
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00082

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 (84744,84718,84721,84937,84936,84949,84950,84690,84847,84854,84855,84689,84754,84755,84943,84944,84958,84952,84953,84746,87963,87971,84861,84862,84851,94451,94798,94799,94823,94824)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
84689 nuie Bliss 520mm Basin & Pedestal
84690 nuie Bliss 600mm Basin & Pedestal
84718 Old London Richmond 500mm Basin & Pedestal 1 Tap Hole
84721 Old London Richmond 500mm Basin & Pedestal 2 Tap Hole
84744 nuie Carlton 560mm Basin & Pedestal 2 Tap Hole
84746 nuie Harmony 500mm Basin & Pedestal
84754 nuie Ivo 550mm 1 Tap Hole Basin & Pedestal
84755 nuie Ivo 550mm 2 Tap Hole Basin & Pedestal
84847 nuie Legend 580mm Basin & Pedestal 2 Tap Hole
84851 nuie Lawton 550mm Basin & Pedestal
84854 Hudson Reed Luna 420mm Basin & Pedestal
84855 Hudson Reed Luna 520mm Basin & Pedestal
84861 nuie Melbourne 550mm 1 Tap Hole Basin & Pedestal
84862 nuie Melbourne 550mm 2 Tap Hole Basin & Pedestal
84936 nuie Ambrose 450mm Basin & Pedestal
84937 nuie Ambrose 500mm Basin & Pedestal
84943 nuie Provost 420mm Basin & Pedestal
84944 nuie Provost 520mm Basin & Pedestal
84949 Old London Chancery 600mm Basin & Pedestal 1 Tap Hole
84950 Old London Chancery 600mm Basin & Pedestal 2 Tap Hole
84952 Old London Chancery 500mm Basin & Pedestal 2 Tap Hole
84953 Old London Chancery 500mm Basin & Pedestal 1 Tap Hole
84958 nuie Asselby 600mm Basin & Pedestal
87963 nuie Freya 560mm Basin & Pedestal
87971 nuie Ava 545mm Basin & Pedestal
94451
94798
94799
94823
94824