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.meta_keywords, 
  cscart_product_descriptions.meta_description, 
  cscart_product_descriptions.search_words, 
  cscart_product_descriptions.promo_text, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (12900, 12909) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.42"
    },
    "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": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "index_condition": "((`gaseus`.`cscart_product_descriptions`.`product_id` in (12900,12909)) and (`gaseus`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "2.22",
        "eval_cost": "0.20",
        "prefix_cost": "2.42",
        "data_read_per_join": "9K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text unit_name
12900 Tapping point regulator Vulkan TecLine E20, single stage. Brass body, EPDM/PTFE diaphragm, EPDM seals. Gas purity up to 4.5. Safety gauges acc. to DIN EN ISO 5171. Inlet pressure max 40 bar. Outlet pressure 0–20 bar (adjustable). Max. flow 75 Nm³/h at 20 bar back pressure. Inlet: G 1/2 RH (right-hand) nut acc. to EN 560. Outlet: G 1/2 RH x 9 mm hose nozzle. LP gauge: 0–25 bar. Dimensions: 180 × 225 × 75 mm, weight 1.7 kg.
12909 Tapping point regulator Vulkan TecLine E40, single stage. Brass body, PTFE diaphragm (stainless steel for oxygen), PTFE seals. Gas purity up to 4.5. Safety gauges acc. to DIN EN ISO 5171. Inlet pressure max 60 bar. Outlet pressure 0–40 bar (adjustable). Max. flow 120 Nm³/h at 40 bar back pressure. Inlet: G 1/2 RH (right-hand) nut acc. to EN 560. Outlet: G 1/2 RH x 9 mm hose nozzle. Dimensions: 180 × 225 × 75 mm, weight 1.7 kg.