Got error 28 from storage engine
SELECT pot.*, pot.name_ru AS _name_sort, povt.*
FROM SC_product_options_values as povt LEFT JOIN SC_product_options as pot ON pot.optionID=povt.optionID
WHERE povt.productID IN ('1251','950','956','1244','954','1247','1252','948','945','1240','943','1557','1241','1253','949','955','1248','1245','958','1254','946','1249','952','942','1242','1246','957','1250','953','947') ORDER BY pot.sort_order, _name_sort