Disable culling and always render actor for some static object?

in our game, Camera seldom moves.
but I found occlusion query happen every frame for many static object
Is there way to disable culling for static object at runtime?

any help will be appreciated.