INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b0011f2608a6ac0ea2b03d24b8a402a27a95f1849f1ead9e758be11ae7714860', 
    'nJub5xeY64PGeWyTyJsJXe/M1aQsRZvlZQGh7cwFOOg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)