INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e6e3b6ebf57bef3ae804baebbf3674bddaf3747c22ca9e92b03756a9a90159cb', 
    'V2zbECYssFrAyxYlnNsohaYHPj6N33+9UKl9mbIsghE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)