INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a6e3c56951bee12bdeb76c8ba3e6164aa8c4e0b57ef53de5a43abfe690877573', 
    'gQTV7AWv7BNHg1uEVT4N+/OzPrJUs9OhVvNsbZuS7WU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)