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 = '7'
and p2c.categories_id IN(6044,6038,6029,6058,6063,6028,6025,6031,6057,6059,6034,6054,6046,6056,6030,6047,6060,6051,6068,6067,6043,6061,6027,6052,6037,6036,6035,6045,6041,6040,6026,6065,6064,6032,6055,6050,6066,6053,6042,6048,6039,6049,6062,6033)]