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 = '7'
and p2c.categories_id IN(6110,6131,6123,6124,6139,6148,6142,6138,6149,6147,6105,6146,6140,6113,6114,6111,6130,6103,6125,6121,6141,6109,6143,6119,6115,6145,6120,6144,6135,6127,6104,6107,6108,6133,6106,6132,6137,6136,6122,6126,6129,6118,6128,6116,6112,6134)]