INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '72f2815b71764ac5955c23e858d91a2121874e5391104425e70689cd641f29ae', 
    'cftKZn5Lz0mfM8Nhg+rWFS4E8o77YLQ9hss9ottLCxQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)