1030 - Got error 28 from storage engine

select p.products_fsk18,p.products_id,p.products_price,p.products_tax_class_id,p.products_image,pd.products_name,pd.products_name_id,pd.products_short_description from orders_products op join orders o on op.orders_id=o.orders_id join products p on p.products_id=op.products_id join products_description pd on pd.products_id=p.products_id where op.orders_id IN(7662,9772,16468,17298,17321,17608,17944,17963,18714,19226,19872,20464,20560,20716,21586,21651,21698,21849,22032,22060,22854,23227,24604,24900,25456,25995,26367,26821,26837,27330,27547,27774,27917,28603,29563,30919,31171,31449,31638,31836,31940,33469,33529,35449,35557,35681,35959,36405,36533,36715,37342,38697,39303,39815,39879) and op.products_id!=1688 and p.products_status=1 and p.products_price>0 and pd.language_id=10 group by op.products_id order by o.date_purchased desc limit 6

[XT SQL Error]