Database Error

Error message returned from the database:

Could not execute query [Native Error: Lost connection to MySQL server during query] [User Info: SELECT Product.ID, Product.categoryID, Product.manufacturerID, Product.defaultImageID, Product.parentID, Product.shippingClassID, Product.taxClassID, Product.isEnabled, Product.sku, Product.name, Product.shortDescription, Product.longDescription, Product.keywords, Product.pageTitle, Product.dateCreated, Product.dateUpdated, Product.URL, Product.isFeatured, Product.type, Product.ratingSum, Product.ratingCount, Product.rating, Product.reviewCount, Product.minimumQuantity, Product.shippingSurchargeAmount, Product.isSeparateShipment, Product.isFreeShipping, Product.isBackOrderable, Product.isFractionalUnit, Product.isUnlimitedStock, Product.shippingWeight, Product.stockCount, Product.reservedCount, Product.salesRank, Product.childSettings, Product.fractionalStep, Product.position, Product.categoryIntervalCache, Product.custom, Category.ID AS "Category_ID", Category.parentNodeID AS "Category_parentNodeID", Category.lft AS "Category_lft", Category.rgt AS "Category_rgt", Category.defaultImageID AS "Category_defaultImageID", Category.eavObjectID AS "Category_eavObjectID", Category.name AS "Category_name", Category.description AS "Category_description", Category.keywords AS "Category_keywords", Category.pageTitle AS "Category_pageTitle", Category.isEnabled AS "Category_isEnabled", Category.availableProductCount AS "Category_availableProductCount", Category.activeProductCount AS "Category_activeProductCount", Category.totalProductCount AS "Category_totalProductCount", Manufacturer.ID AS "Manufacturer_ID", Manufacturer.name AS "Manufacturer_name", Manufacturer.defaultImageID AS "Manufacturer_defaultImageID", Manufacturer.eavObjectID AS "Manufacturer_eavObjectID", ManufacturerImage.ID AS "ManufacturerImage_ID", ManufacturerImage.title AS "ManufacturerImage_title", ManufacturerImage.position AS "ManufacturerImage_position", ManufacturerImage.manufacturerID AS "ManufacturerImage_manufacturerID", ProductImage.ID AS "ProductImage_ID", ProductImage.title AS "ProductImage_title", ProductImage.position AS "ProductImage_position", ProductImage.productID AS "ProductImage_productID" FROM Product LEFT JOIN `Category` AS `Category` ON Product.categoryID = Category.ID LEFT JOIN `Manufacturer` AS `Manufacturer` ON Product.manufacturerID = Manufacturer.ID LEFT JOIN `ManufacturerImage` AS `ManufacturerImage` ON Manufacturer.defaultImageID = ManufacturerImage.ID LEFT JOIN `ProductImage` AS `ProductImage` ON Product.defaultImageID = ProductImage.ID WHERE (((Product.categoryID IS NOT NULL) AND (Product.isEnabled=1) AND (Product.stockCount>'0' OR (Product.isBackOrderable=1)) AND (Product.ID IN (294926, 309702, 271985, 326378, 296426, 291051, 245951, 293044, 223505, 279715)))) ]