How to Fix Duplicate Database Queries for #__template_styles in Helix Ultimate?

Helix Ultimate is generating many duplicate database queries to the #__template_styles table.

SELECT * FROM `#__template_styles` WHERE `client_id` = 0 AND `id` = '9'
The query is executed from plugins/system/helixultimate/src/Platform/Helper.php:54

Everyone can test a temporary fix by modifying the following file: