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 (414, 412, 417) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00057

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 (414,412,417)) 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
412 * VOLVO FH 540,<br><br>* Pusher,<br><br>* Golopotrotter,<br><br>* 1. Achse Blatt Federung 2. Achse Lift 3. Achse Luft Federung<br><br>* 2x Diesel Tank,<br><br>* Kuehlschrank,<br><br>* 2x Schlafliege<br><br>* 60000kg Zuladung<br><br>* Gesamt Gewicht 27000kg<br><br>* Irrtüm zwischen verkauf und schreibfehler sind vorbehalten.<br><br>* www.truckenter-hamburg.com<br><br>
414 * VOLVO FH 500<br><br>* 4x2<br><br>* 1. Achse Blatt Federung<br><br>* 2. Luft Federung<br><br>* I-Shift<br><br>* irrtüm zwischen verkauf und schreiub fehler sind vorbehalten.<br><br>* www.truckcenter-hamburg.com<br><br>
417 * VOLVO FM 420 <br><br>* 6x2<br><br>* 1. Achse Blatt Federung<br><br>* 2. Achse Lift Achse<br><br>* 3. Achse Luft Federung<br><br>* Leer Gewicht 7994 kg<br><br>* Gesamtgewicht 26000kg<br><br>* zu Ladung 60000kg<br><br>* innen Leder<br><br>* Skybeleuchtung <br><br>* Ad Blue<br><br>* Ersatzteilkasten<br><br>* irrtüm zwischen verkauf und schreib fehler sind vorbehalten.<br><br>* www.Truckcenter-Hamburg.com<br><br>