1317 - Query execution was interrupted

select p.products_id, p.products_tax_class_id, p.products_image, p.products_price, pd.products_description from products p, categories c, products_to_categories p2c, products_description pd where p2c.products_id = p.products_id and p2c.categories_id = c.categories_id and c.parent_id='4' and p.products_id = pd.products_id and products_status = '1' and p.products_image is not null and pd.language_id = '4' order by rand() desc limit 12

[TEP STOP]