INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '364f0f03359295c3bba258997f0e96c69f1f6bc8693c9ce846aee7f575485158', 
    'V7Zf0+Ts2KP8YWYMKlh4sxfWfdfYd7KjAyP0j3CvPi4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)