QUERY: SELECT
p.products_id,
p.products_model,
p.label_ids,
p.main_category,
p.products_ean,
p.products_fsk18,
p.products_quantity,
p.products_quantity_min,
p.products_quantity_step,
p.products_price,
p.products_price_small_opt,
p.products_price_opt,
p.products_purchase_price,
p.small_opt_purchase_price,
p.count_small_opt_purchase_price,
p.count_opt_purchase_price,
p.opt_purchase_price,
p.postavshik,
p.suplier_catalog_id,
p.postavshik_comment,
p.name_catalog_id,
p.products_tax_class_id,
p.products_image,
p.products_vpe,
p.products_vpe_status,
p.products_vpe_value,
p.products_currency,
p.products_page_url,
p.video,
p.show_video,
pd.products_short_description,
p.rev_total,
p.rev_rating,
pd.products_name
FROM products p, products_description pd
WHERE p.products_id = pd.products_id
AND p.products_id in (15042414,14651292,14296852,14591568,14591569,15070801,14691576,15103620,14719592,15107694,14811812,15647046,15647047,15647048,15647049,15647050,15126722,15684903,15684904,14853289,15415807,15415808,15415809,15415810,15498263,15498264,15498265)
AND p.products_id <> 14591569
AND p.products_status = 1
AND pd.language_id = 1
AND p.products_quantity > '0'
ORDER BY products_price asc limit 50
ERROR: MySQL server has gone away