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 (
    83061, 83614, 90897, 90976, 89753, 91164, 
    91165, 85369, 86652, 86653, 86721, 
    86722, 85291, 85292, 85388, 85389, 
    85439, 85440, 85490, 85491, 89796, 
    89797, 89848, 89849
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00075

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 (83061,83614,90897,90976,89753,91164,91165,85369,86652,86653,86721,86722,85291,85292,85388,85389,85439,85440,85490,85491,89796,89797,89848,89849)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83061 nuie Arno 800mm Wall Hung 1-Drawer Vanity & Mid-Edge Basin - Satin Green
83614 nuie Athena Wall Hung Single Drawer Vanity With Mid-Edge 1 Tap Hole Ceramic Basin 800mm - Gloss Grey
85291 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Thin-Edge Basin - Satin Anthracite
85292 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Curved Basin - Satin Anthracite
85369 nuie Deco 800mm Wall Hung Single Drawer Vanity & Mid-Edge Basin - Satin White
85388 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Thin-Edge Basin - Satin Grey
85389 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Curved Basin - Satin Grey
85439 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Thin-Edge Basin - Satin Blue
85440 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Curved Basin - Satin Blue
85490 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Thin-Edge Basin - Satin Green
85491 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Curved Basin - Satin Green
86652 Hudson Reed Juno 800mm Wall Hung Single Drawer Vanity & Thin-Edge 1 Tap Hole Basin - Graphite Grey
86653 Hudson Reed Juno 800mm Wall Hung Single Drawer Vanity & Curved 1 Tap Hole Basin - Graphite Grey
86721 Hudson Reed Juno 800mm Wall Hung Single Drawer Vanity & Thin-Edge 1 Tap Hole Basin - Coastal Grey
86722 Hudson Reed Juno 800mm Wall Hung Single Drawer Vanity & Curved 1 Tap Hole Basin - Coastal Grey
89753 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Mid-Edge Basin 600mm - Satin White
89796 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Mid-Edge Basin 500mm - Satin Grey
89797 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Minimalist Basin 500mm - Satin Grey
89848 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Mid-Edge Basin 500mm - Satin Blue
89849 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Minimalist Basin 500mm - Satin Blue
90897 nuie Arno Wall Hung 1 Drawer Vanity & Mid-Edge Ceramic Basin, 800mm - Satin Anthracite
90976 nuie Arno Wall Hung 1 Drawer Vanity & Mid-Edge Ceramic Basin, 800mm - Satin Grey
91164 nuie Classique Wall Hung 1 Drawer Unit & 1 Tap Hole Fireclay Basin, 800mm - Satin White
91165 nuie Classique Wall Hung 1 Drawer Unit & 3 Tap Hole Fireclay Basin, 800mm - Satin White