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