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, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (122, 115, 124) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.21"
    },
    "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": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "index_condition": "((`danishecarter_latest`.`cscart_product_descriptions`.`product_id` in (122,115,124)) and (`danishecarter_latest`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "6.61",
        "eval_cost": "0.60",
        "prefix_cost": "7.21",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
115 <p><span class="content">The all new 100mm travel Evolve sst.2 with ICT Technology is dialed in to maintain the legendary efficiency, handling and ride of a nimble full suspension cross country bike while harnessing the rolling efficiency and feel of the 29" wheel. The NEW super formed pivot integrated seat tube is lighter and stronger while the NEW semi-integrated tapered head tube is stiffer and more responsive. </span></p>
122 <p><span class="content">The all new ICT bred Evolution 29er boasts 120mm of fully active travel. Combine the Evolution sst.2 120 frame with a set of fast rolling 29" wheels and you have a machine that can take you further than you ever thought possible.</span></p>
124 <p><span class="content">The legendary performance of the 100mm travel Truth sst.2 has been enhanced through fine tuning and tweaking over countless seasons of XC and endurance racing in every condition imaginable. With Ellsworth's proprietary ICT suspension, SST tubing,a lighter and stronger pivot integrated seat tube and a semi-integrated tapered head tube - this is the fastest Truth ever created. </span></p>