INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4a16924fae4942075bfdf200e1a2672e8368a38df418ac0a0181698e0b4363ba', 
    'UCr6oEe7bh0LfuO/qKgFp9lNqL9IU2rIvepkkXv4Tos=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00049

Result

int(1)