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 = '9' and p2c.categories_id IN(6207,6177,6210,6215,6216,6218,6181,6182,6174,6217,6201,6189,6186,6184,6185,6222,6204,6224,6221,6219,6209,6180,6188,6190,6187,6183,6191,6176,6223,6208,6198,6211,6192,6199,6213,6178,6206,6214,6203,6179,6175,6205,6202,6200,6220,6196,6193,6195,6212,6197,6194)]