INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'af30be6c4f460a779e7bea9b25c3811be1584473d08721edc194ce1584d46f27', 
    'sS05SDND4AOoBuE/AFndXvfWk6wP+6KOBP5/EVboC90=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)