SELECT 
  q_product_descriptions.product_id, 
  q_product_descriptions.short_description, 
  IF(
    q_product_descriptions.short_description = '', 
    q_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  q_product_descriptions 
WHERE 
  q_product_descriptions.product_id IN (
    45974, 45975, 45976, 45977, 45978, 45982
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00043

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.41"
    },
    "table": {
      "table_name": "q_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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (45974,45975,45976,45977,45978,45982)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "13.21",
        "eval_cost": "1.20",
        "prefix_cost": "14.41",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
45974
45975 <p>READY-TO-USE WITHIN ONE SECOND: Just insert your phone and it will clamp automatically. This easy one-hand operation will bring you safest and most convenient driving. EXQUISITE CAR PHONE MOUNT: Only the highest-quality material is used. 17 detailed quality checks and 20,000 physical experience tests are conducted. LASTING STABILITY: Constant force air vent clip, the clamping force will not reduce as time goes. THICKENED PAD: Thick and soft silicone pads are added to the clip of the car holder and elastic clips. An enhanced buffer protects vents and your treasured phone from damage. COMPREHENSIVE FIT: The car phone holder is compatible with all smartphones from 4.0 inches to 6.5 inches, such as iPhone Xs / Xs Max / XR / X / 8 / 8 Plus / 6 / 6S / 7 / 7 Plus, Galaxy S10 / S10 Plus / S10e / S9 / S9 Plus / S8 / S8 Plus / S7 / Note 9 and many more.</p>
45976
45977
45978
45982