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 (
    83475, 83482, 83483, 89742, 89743, 83448, 
    83453, 85277, 85335, 85336, 84516, 
    84582, 85324, 85421, 85472, 85523, 
    89760, 89761, 84512, 84578, 85048, 
    85049, 85134, 85135
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00069

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.82"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.42",
        "eval_cost": "2.40",
        "prefix_cost": "10.82",
        "data_read_per_join": "91K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (83475,83482,83483,89742,89743,83448,83453,85277,85335,85336,84516,84582,85324,85421,85472,85523,89760,89761,84512,84578,85048,85049,85134,85135)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83448 nuie Athena Floor Standing 2 Drawer Vanity With Worktop 800mm - Anthracite Woodgrain
83453 nuie Athena Floor Standing 2 Drawer Vanity With Worktop 800mm - Hacienda Black
83475 nuie Athena Wall Hung Single Drawer Vanity With Curved 1 Tap Hole Ceramic Basin 800mm - Anthracite Woodgrain
83482 nuie Athena Wall Hung Single Drawer Vanity With Thin-Edge 1 Tap Hole Ceramic Basin 800mm - Hacienda Black
83483 nuie Athena Wall Hung Single Drawer Vanity With Curved 1 Tap Hole Ceramic Basin 800mm - Hacienda Black
84512 Hudson Reed Fusion Floor Standing WC Unit & Polymarble Top 600mm - Anthracite Woodgrain
84516 Hudson Reed Fusion Floor Standing 1 Door Vanity Unit & Polymarble Basin 400mm - Anthracite Woodgrain
84578 Hudson Reed Fusion Floor Standing WC Unit & Polymarble Top 600mm - Hacienda Black
84582 Hudson Reed Fusion Floor Standing 1 Door Vanity Unit & Polymarble Basin 400mm - Hacienda Black
85048 Hudson Reed Fluted 500mm Floor Standing 2-Door Vanity and Mid-Edge Basin - Satin Anthracite
85049 Hudson Reed Fluted 500mm Floor Standing 2-Door Vanity and Minimalist Basin - Satin Anthracite
85134 Hudson Reed Fluted 500mm Floor Standing 2-Door Vanity and Mid-Edge Basin - Satin Grey
85135 Hudson Reed Fluted 500mm Floor Standing 2-Door Vanity and Minimalist Basin - Satin Grey
85277 nuie Deco 600mm Floor Standing 2-Door Vanity & Minimalist Basin - Satin White
85324 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin Anthracite
85335 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Mid-Edge Basin - Satin White
85336 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Minimalist Basin - Satin White
85421 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin Grey
85472 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin Blue
85523 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin Green
89742 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Thin-Edge Basin 500mm - Satin White
89743 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Curved Basin 500mm - Satin White
89760 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Sparkling Black Worktop 600mm - Satin White
89761 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Sparkling White Worktop 600mm - Satin White