This tool will clear the product/shop transients cache. code example
Example: remove transient options sql wordpress
DELETE FROM `wp_options` WHERE `option_name` LIKE ('%\_transient\_%')
DELETE FROM `wp_options` WHERE `option_name` LIKE ('%\_transient\_%')