SELECT 
  cscart_gdpr_tracking_codes.* 
FROM 
  cscart_gdpr_tracking_codes 
WHERE 
  cscart_gdpr_tracking_codes.enable = 'Y' 
ORDER BY 
  position

Query time 0.00014

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE Impossible WHERE noticed after reading const tables