INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9c4d3d326db3c84d1e764192a871333180869d17a3963661a686c5d8d97161b1', 
    '/lxI5dt5r7q3ki+6Ov+DWvYGBf0O79ZIvPlcwbp+GcY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)