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 (
    88956, 88659, 88706, 88167, 88175, 88215, 
    88223, 84774, 84787, 84796, 88192, 
    88204, 88400, 88953, 88954, 84769, 
    84782, 84791, 87879, 88763, 85663, 
    85683, 85695, 85707, 88172, 88220, 
    84778, 85673, 85693, 85705
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00083

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 (88956,88659,88706,88167,88175,88215,88223,84774,84787,84796,88192,88204,88400,88953,88954,84769,84782,84791,87879,88763,85663,85683,85695,85707,88172,88220,84778,85673,85693,85705)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
84769 Classique Components Floor Standing 2 Door Unit, 600mm - Satin Anthracite
84774 Classique Components Wall Hung 1 Drawer Unit, 800mm - Satin Anthracite
84778 Classique Components Wall Hung 1 Drawer Unit, 800mm - Satin White
84782 Classique Components Floor Standing 2 Door Unit, 600mm - Satin Grey
84787 Classique Components Wall Hung 1 Drawer Unit, 800mm - Satin Grey
84791 Classique Components Floor Standing 2 Door Unit, 600mm - Satin Green
84796 Classique Components Wall Hung 1 Drawer Unit, 800mm - Satin Green
85663 nuie Deco 500mm Floor Standing 2-Door Unit - Satin Anthracite
85673 nuie Deco 800mm Wall Hung Single Drawer Unit - Satin Anthracite
85683 nuie Deco 500mm Floor Standing 2-Door Unit - Satin Grey
85693 nuie Deco 800mm Wall Hung Single Drawer Unit - Satin Grey
85695 nuie Deco 500mm Floor Standing 2-Door Unit - Satin Blue
85705 nuie Deco 800mm Wall Hung Single Drawer Unit - Satin Blue
85707 nuie Deco 500mm Floor Standing 2-Door Unit - Satin Green
87879 nuie Mayford Round Ceramic 1 Tap Hole Basin 1200mm
88167 Hudson Reed Juno 500mm Floor Standing 2-Door Unit - Autumn Oak
88172 Hudson Reed Juno 600mm Wall Hung Single Drawer Unit - Autumn Oak
88175 Hudson Reed Juno 800mm Wall Hung Single Drawer Unit - Autumn Oak
88192 Hudson Reed Juno 600mm Floor Standing 2-Door Unit - Graphite Grey
88204 Hudson Reed Juno 600mm Floor Standing 2-Door Unit - Coastal Grey
88215 Juno Components Floor Standing 2 Door Unit (385mm Deep), 500mm - Metallic Slate
88220 Juno Components Wall Hung 1 Drawer Unit (385mm Deep), 600mm - Metallic Slate
88223 Juno Components Wall Hung 1 Drawer Unit (385mm Deep), 800mm - Metallic Slate
88400 nuie Arno 800mm Floor Standing 2-Door Unit - Gloss White
88659 Hudson Reed Fusion Fitted Floor Standing 2 Door Vanity Unit Compact 500mm - Anthracite Woodgrain
88706 Hudson Reed Fusion Fitted Floor Standing 2 Door Vanity Unit Compact 500mm - Hacienda Black
88763 Hudson Reed Fusion Fitted Floor Standing 1 Door 1 Drawer Lined Unit 300mm - Gloss Grey
88953 Hudson Reed Fusion Left Hand Square L-Shaped 1 Tap Hole Polymarble Basin 1000mm
88954 Hudson Reed Fusion Right Hand Square L-Shaped 1 Tap Hole Polymarble Basin 1000mm
88956 Hudson Reed Fusion Right Hand Square L-Shaped 1 Tap Hole Polymarble Basin 1100mm