INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cc251625732411fbb6d980640533ad093c7f79b19d20823e426150ddd5a8972e', 
    '4g4hTQDhuKMAnBh+cLHD5BOKgJg8L5gIJwhebb78M/s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)