INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7df8713d5edf53612b2d1e6b22c3aee28e8bd44c4277e77ebf637263415bfc36', 
    '7dDcsJITp76D847wqkpXo1e1XppzWIgIlup+pxdDZiY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00053

Result

int(1)