INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0d1df8966ae0d768b8a72a4a535f6bef62e0b974be30b16ac8ef2a29f7f5054a', 
    '6xHmwhnc0E4SjmSftodE8wVnS4GsXxTZJ9MV+OxqMe0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)