INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '19bb53205d5d760439dfc81c035077319491dfe36c0326945f128f66618af788', 
    'dHEJhD1/arv0qhn+WVJmP+rl11KPAqPvqhrISBuyj08=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)