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 (15042285,14589973,14398198,14477217,14477218,14527741,14467799,14365505,14541302,14572212,14572213,14572214,15143212,15143213,15143214,14305559,15465524,15060945,15060946,15060947,15069367,14691276,14691447,15103381,14680486,15107302,15074034,14810552,14203019,14675779,15106164,15115602,15115603,14852510,15675417,15415230,15537863,15537864,15537865,15495938,15490246,15490247,15490248)
AND p.products_id <> 14572212
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