Got error 28 from storage engine
SELECT SQL_CALC_FOUND_ROWS `products`.*, `promoted`.`iPromotedMin`, `producers`.`sName` AS `prodsName`, `producers`.`sLogoUrl` AS `prodsLogoUrl`, `products`.`TiAvailable` AS `iAvailable`, `products`.`fPrice` AS `fCatalogPrice`, `vat`.`fVatValue`, ss13_pl_calculateProductPriceForUser( NULL, `products`.`iProduct`, 0 ) AS `fPrice`, LEAST( `products`.`TiCanBuy`, ss13_pl_getProductCanBuyForUser ( NULL, `products`.`iProduct` ) ) AS `iCanBuy`, `products`.`TiVariantsCount` AS `iVariantCount`, ss13_pl_getProductVisiblePriceForUser ( NULL, `products`.`iProduct` ) AS `iVisiblePrice` FROM `ss13_pl_products` AS `products` LEFT JOIN ( SELECT MIN( `iPromoted` ) `iPromotedMin`, `iProduct` FROM `ss13_pl_products_promoted` WHERE `iTimeValid` IS NULL OR `iTimeValid` >= UNIX_TIMESTAMP() GROUP BY `iProduct` ) `promoted` USING( `iProduct` ) INNER JOIN `ss13_vat` AS `vat` USING( `iVat` ) LEFT JOIN `ss13_pl_producers` AS `producers` USING( `iProducer` ) WHERE 1 AND `TiCanBuy` >= 1 AND `products`.`iProduct` IN ( '3712', '4667', '249', '250', '4666' ) AND EXISTS ( SELECT 1 FROM `ss13_pl_products_pages` AS `products_pages` WHERE `products`.`iProduct` = `products_pages`.`iProduct` AND `products_pages`.`iPage` IN ( '154', '72', '9', '22', '19', '153', '21', '4', '18', '35', '16', '137', '205', '135', '113', '108', '196', '203', '197', '295', '118', '142', '152', '192', '253', '144', '125', '123', '176', '131', '132', '129', '121', '136', '120', '117', '134', '128', '119', '151', '251', '149', '191', '150', '141', '122', '112', '138', '109', '124', '126', '287', '148', '292', '114', '110', '111', '116', '115', '130', '105', '235', '234', '216', '228', '236', '206', '221', '145', '215', '98', '237', '238', '246', '222', '289', '213', '245', '147', '223', '232', '146', '291', '209', '239', '231', '143', '288', '290', '220', '249', '241', '214', '233', '240', '248', '247', '243', '244', '139', '193', '242', '219', '93', '97', '100', '200', '96', '103', '101', '104', '201', '102', '189', '59', '64', '65', '58', '74', '57', '71', '73', '33', '62', '61', '70', '75', '34', '63', '67', '5', '6', '7', '8', '78', '77', '20', '32', '17', '2', '162', '163', '164', '155', '157', '159', '158', '156', '165', '166', '167', '168', '160', '161' ) LIMIT 1 ) AND ss13_pl_getProductVisibleForUser ( NULL, `products`.`iProduct` ) >= 1 AND `products`.`iStatus` >= 1 ORDER BY RAND() LIMIT 0,5