INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0581c1fb5feb09fbe7fddf9ce49a2f684c603d0a942ae61687e8acb59d1cd069', 
    'RWBGhAHuB1w3G7aF5j265DeDOM97fYTx+kbIlaW2b4g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)