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 (
    13000, 12926, 12942, 12876, 12896, 12900, 
    12909
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00063

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.08"
    },
    "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": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "index_condition": "((`test2_gaseus`.`cscart_product_descriptions`.`product_id` in (13000,12926,12942,12876,12896,12900,12909)) and (`test2_gaseus`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "6.38",
        "eval_cost": "0.70",
        "prefix_cost": "7.08",
        "data_read_per_join": "31K"
      },
      "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
12876 Tapping point regulator Vulkan TecLine E10, single stage. Brass body, Perbunan diaphragm and seals. Gas purity up to 4.5. Safety gauges acc. to DIN EN ISO 5171. Inlet pressure max 20 bar. Outlet pressure 0–10 bar (adjustable). Max. flow 46 Nm³/h at 10 bar back pressure. Inlet: G 3/8 RH (right-hand) nut acc. to EN 560. Outlet: G 1/4 RH x 6 mm hose nozzle. LP gauge: 0–16 bar. Dimensions: 120 × 160 × 65 mm, weight 1.0 kg.
12896 Tapping point regulator Vulkan TecLine E10F, single stage with integrated flowmeter for precise flow control. Brass body, Perbunan diaphragm and seals, acc. to ISO 2503 Class 10. Inlet pressure max 20 bar. Outlet pressure 4.5 bar (fixed). Flowmeter range 0.5–5.0 Nl/min (adjustable). Inlet: G 3/8 RH (right-hand) nut acc. to EN 560. Outlet: G 1/4 RH x 6 mm hose nozzle. Dimensions: 120 × 210 × 65 mm, weight 1.0 kg.
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.
12926 Single-cylinder manifold station Vulkan TecLine SE10/300. Complete on stainless steel base plate, with HP shut-off valve, manifold fin regulator H10 acc. to ISO 7291 (adiabatic compression tested), and main shut-off valve. Manual switching. Inlet pressure max 300 bar, outlet pressure 0–10 bar adjustable. Max. flow 50 Nm³/h at 10 bar. With standard pressure gauges. Dimensions: 420 × 260 × 110 mm, 4.5 kg.
12942 Single-cylinder manifold station Vulkan TecLine SE20/300. Complete on stainless steel base plate, with HP shut-off valve, manifold fin regulator H20 acc. to ISO 7291 (adiabatic compression tested), and main shut-off valve. Manual switching. Inlet pressure max 300 bar, outlet pressure 0–20 bar adjustable. Max. flow 75 Nm³/h at 20 bar. With standard pressure gauges. Dimensions: 420 × 320 × 110 mm, 5.0 kg.
13000 Single-bundle manifold station Vulkan TecLine EB80/300. Complete on stainless steel base plate, with HP shut-off valve, manifold fin regulator HR20 acc. to ISO 7291 (adiabatic compression tested), and main shut-off valve. Manual switching. Inlet pressure max 300 bar, outlet pressure 0–20 bar. Max. flow 170 Nm³/h at 20 bar. With standard pressure gauges. Dimensions: 440 × 350 × 130 mm, N/A kg.