1030 Got error 28 from storage engine
in:
[select distinct p.products_id, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =1, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status
from zen_products_description pd, zen_products p left join zen_manufacturers m on p.manufacturers_id = m.manufacturers_id, zen_products_to_categories p2c left join zen_specials s on p2c.products_id = s.products_id
where p.products_status = 1
and p.products_id = p2c.products_id
and pd.products_id = p2c.products_id
and pd.language_id = '3'
and p2c.categories_id IN(6063,6028,6025,6044,6034,6038,6033,6031,6057,6059,6054,6046,6056,6030,6047,6060,6043,6051,6068,6067,6061,6027,6052,6037,6036,6035,6029,6045,6041,6026,6040,6065,6064,6032,6042,6053,6050,6066,6055,6048,6039,6049,6062,6058)]