126 Incorrect key file for table '/tmp/#sql_785_0.MYI'; try to repair it
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 = '8' and p2c.categories_id IN(6552,6595,6597,6571,6578,6575,6570,6553,6593,6555,6554,6588,6576,6581,6546,6592,6602,6605,6577,6596,6560,6579,6539,6563,6567,6543,6558,6572,6610,6568,6559,6590,6574,6569,6566,6551,6542,6541,6585,6544,6549,6548,6589,6573,6565,6561,6580,6557,6606,6556,6562,6609,6587,6564,6545,6607,6582,6599,6540,6598,6584,6547,6600,6603,6583,6608,6550,6591,6586,6601,6604,6594)]