INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fe2e3ee6d1da6705f608de06b2c886ddfa94c166932c77362e87b270697c8e41', 
    'qCnafNO/wNshF3ai6ASQ+FvPGgIOxTDf62lMt0GF9jg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)