INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '13279db9220e18e3a3eb7e1789e6f3135358d41fb28805e6e76e92bd9b236214', 
    'vWrwY+BPqjtJ3ME4HJ1VxqFtqrfm4tcORZqeg2v8WZw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)