INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f21b41e8d724147246605a8f3d8e8be276de6540b5cb43ea3d1f892a71f05763', 
    'lbWyLZ+oT/+tzyxGV8Y6aCLzsuNxAs1S7gxMeu/+KvA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)