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