INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5db9d162dd86ecd1ffe9cfcb92b59007d8d9e01a3d959a1136bacbede92071bd', 
    'DYm8em4Djq+oH1zgcqRbY3nPGh8MGLUiTuIBxfvcGsg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)