INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4fe467a591914c1a636ae1e95462de5c4a1085302181560fa831164dfd5376c8', 
    'ZtgvLH0fMZtZ6J4w36Eer2nZe6Q6v1qFb3zb5dK8JZQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)