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 (
    262428, 262429, 262430, 262436, 262434, 
    262435, 265003, 265004, 265002
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00050

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.62"
    },
    "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": 9,
      "rows_produced_per_join": 9,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.83",
        "eval_cost": "1.80",
        "prefix_cost": "12.63",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (262428,262429,262430,262436,262434,262435,265003,265004,265002)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
262428 <p> <strong> Computer Vehicle Diagnostics </strong> </p> <p> WHAT IS INCLUDED IN THE CAR DIAGNOSIS AND COMPUTER TESTING </p> <ul> <li> Car Engine Diagnosis </li> <li> Car Speed ​​Box Diagnosis </li> <li> Car Suspension Diagnosis </li> <li> Exhaust Redness Control < / li> <li> Brake inspection </li> <li> Complete diagnostics and testing of cars </li> <li> Computer diagnostics and testing. </li> </ul>
262429 <p> <b> Fraction Swap. </b> <br /> </p> <p> <b> "ALPA" shpk offers you: Tires, Service & Spare Parts. </b> </p> <p> One of the services it offers in auto service is clutch change for different car models. </p> <p> </p>
262430 <p> <strong> Alpa shpk performs distribution replacement (phase belt) with warranty. </strong> </p> <p> Your car engine belt is constantly exposed to mechanical, chemical and thermal stresses. <br> Therefore, vehicle manufacturers for motorcycle belts and all related parts provide fixed intervals to maintain the life and function of your engine. < br> In order for your vehicle to achieve performance over a long period of time, you need to check all components at regular intervals and replace if necessary. </p> <p> With the help of special belts, it is performed quickly and professionally for you in our service. <br> </p>
262434 <p> <b> "ALPA" shpk offers you: Tires, Service & Spare Parts. </b> <br /> </p> <p> One of the services it offers in auto service is alcohol change for all vehicles. </p> <p> <br /> </p> <p> <br /> </p> <p> </p>
262435 <p> <b> "ALPA" shpk offers you: Tires, Service & Spare Parts. </b> <br /> </p> <p> One of the services that Alpa Shpk performs in auto service is ferrota replacement, </p> <p> brake discs, brake pipes, etc., for all types of cars. </p> <p> </p>
262436 <p> <b> "ALPA" shpk offers you: Tires, Service & Spare Parts. </b> <br /> </p> <p> One of the services that Alpa Shpk performs in auto service are various general services such as: </p> <p> tires, spool heads, motor feet, parallel heads. </p> <p> </p>
265002 <p>Mbushje kondicioneri me gaz</p>
265003 <p>Gome Continental</p>
265004 <p>Disqe per autovetura</p>