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 (9324, 9325, 9219, 10767) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00064

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.84"
    },
    "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": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (9324,9325,9219,10767)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "2.44",
        "eval_cost": "0.40",
        "prefix_cost": "2.84",
        "data_read_per_join": "18K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
9219 <p>The Balm – Meet Matt(e) Hughes Set (Miss Nude York) offers a collection of long lasting liquid lipsticks with a smooth, comfortable matte finish. Each shade provides rich pigmentation that stays put without drying out the lips. The lightweight formula glides on easily and delivers a refreshing, mint vanilla scent. Perfect for everyday wear, this set enhances your look with natural, flattering nude tones.</p>
9324 <p>The Balm Meet Matt(e) Hughes® Matte Liquid Lipstick - PATIENT delivers a long lasting, bold matte color that stays put throughout the day. Its lightweight, liquid formula glides smoothly onto the lips for precise application and a comfortable wear. Richly pigmented and smudge resistant, it provides full coverage with a soft, velvety finish. Suitable for all skin tones, it enhances your lips with a striking, sophisticated look.</p>
9325 <p>The Balm Meet Matte Hughes Mini Kit – Nude (Volume 8) offers a curated selection of mini matte liquid lipsticks in versatile nude shades, including Trustworthy, Sincere, Charming, Genuine, Patient, and Humble. Each formula is lightweight, highly pigmented, and glides smoothly for precise application. Long lasting and smudge resistant, these shades stay vibrant throughout the day. Perfect for travel or trying out multiple colors, the kit provides a variety of flattering nude tones suitable for all skin tones.</p>
10767 <p>The Balm Meet Matt(e) Hughes® Matte Liquid Lipstick - CHARISMATIC delivers a long lasting, bold matte color that stays put throughout the day. Its lightweight, liquid formula glides smoothly onto the lips for precise application and a comfortable wear. Richly pigmented and smudge resistant, it provides full coverage with a soft, velvety finish. Suitable for all skin tones, it enhances your lips with a striking, sophisticated look.</p>