INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0156d3d290ff2ca41ac7090341a7d3e2ebe99205f760391a63ada7938499d7a2', 
    'J6vVlEYmxWci0bn9YVqJZrs1CxY7s3bYurWU+p2nCpk=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)