INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '098a48e55287c94e441cc50427ea7d4f61a05eee108f53e0be82df087eb61100', 
    'aG1RLtlS93/oQG8BFt3W08MI9f7A+e+CTuhh1/IKowI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)