A bug indeed! I’m grateful for the report. It looks like things go wrong when a monitor runs at the same time as something on your system drops or creates a table in the database.
https://github.com/OllieJones/index-wp-mysql-for-speed/issues/51
Here’s the text from the image in your report.
WordPress database error: [You have an error in your SQL syntax,' check the manual that corresponds to your MariaDB server version for the right syntax to use near 'DROP TABLE IF EXISTS pwbe_variations/**imfs-
at line 1]
EXPLAIN DROP TABLE IF EXISTS
WordPress database error: [You have an error in your SQL syntax,' check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CREATE TEMPORARY TABLE pwbe_variations
(post_id BIGINT(20) UNSIGNED, parent_p...' at line 1]
EXPLAIN CREATE TEMPORARY TABLE pwbe_variations (post_id BIGIUT(2?) UNSIGNED, BIGINT(2?) UNSIGNED, PRIMARY KEY (post_id)
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'DROP TABLE IF EXISTS pwbe_products/**imfs-
at line 1]
EXPLAIN DROP TABLE IF EXISTS
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CREATE TEMPORARY TABLE pwbe_products
(post_id BIGINT(20) UNSIGNED, PRIMARY KE...' at line 1]
EXPLAIN CREATE TEMPORARY TABLE pwbe_products (post_id BIGIUT(2?) UNSIGNED, PRIMARY KEY (post_id)